Hi
We are Configuring Authentication and mapping claims, mostly are stored on ossys_User table, but where is it stored the surname?
Also External Id is a nvarchar, can it be used to store another claim.
On the users application on the Configure Authentication, what's the function of Technical contact person (optional) fields (Given name,Surname,Email,Phone, Number,Company)?
Best regards
Hi DIogo,
You are speaking about SAML/SSO?
If yes you are doing this configuration below ? https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/end_users/end_users_authentication/configure_saml_2.0_authentication
Regards
thanks for the reply!
Yes I've the configuration but the sent doesn't specify the points above.
Namely where (table/entity) is it stored the surname and what is the use of the Technical contact person (optional) info and where is it stored (table/entity) .
Hi,
I am not sure about SSO on Users application. But am quite sure that it doesn't store surname value anywhere. As in IdP, which is doing same job (SSO authentication) don't store surname value. Also there is not any table there to hold the User data.
Yes you can save another claim value in external Id. But content length should not be greater than 36. Although purpose of external Id is to store Id of external system.
regards
hi
Thanks for the reply of External ID it does solve my question :)
If I populate the claim Surname, I'll get the Username + Surname. So I think the claim value is stored in some other table.
But why you want to get Username + surname.
As per IdP code it stores claims values in session tables.