I use the SAML2.0 Authentication, when I login to an application, the name and email columns in the tabossys_User are updated to null.
Why and how the name and email columns are updated? And when update, what is the original data?
Under what circumstances will the data be updated?
Hi R R,
Set all the claims while configuring SAML2.0 SSO in OutSystems IDP and in Azure SSO application. So that the other fields are captured automatically while login.
Refer attribute names in below link for Claims URL.
https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-saml-tokens
Thanks, Aadhavan S
Hi,A S
Thank you very much!
I had set the configuration, and when I registered the user , the user name and mail is no problem, but when I logged in, the name and mail are updated to null.
When are name and email of the user table updated?
I think there has a update of Last_Login column, but I can not find it.Does anyone know that?
I found this page.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_Users/End_Users_Authentication
Are the data of Name, Email, Mobile Phone from the Claims?