My application is receiving attributes for SSO Provisioning that are correctly packaged in xml and are in a SAML Response and have correct values but overlong and unfriendly names.
Example: AttributeName="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" AttributeValue="[email protected]"
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" AttributeValue="Fred Bloggs"
What advice can I give to the ADFS admin to help get user friendly name, please? For example "emailaddress" instead of http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
overlong
? Are you having a problem with cookie or header size? Claims are like xml schema namespaces, they are descriptive. – BozoJoe