We have set up a SP Initiated SAML based SSO with a client. The client claims to have set up the outgoing claims/attributes in Azure. However, in our system, we still continue to receive the claims in the URI pattern. Further, the client claims to have set up only six (6) outgoing claims; however, the SAML Response shows multiple claims.
Below are the claims set up by the cleint in their system:
Name identifier value: user.onpremissesaccountname [name-format:emailAddress]
CLAIM Name VALUE
emailaddress user.mail
givenname user.givenname
mail user.mail
name user.userprincipalname
surname user.surname
However, this is an example of how the claims are sent in the SAML Response:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
We just need givenname and not the entire URI. Any help will be appreciated. Thank you!