Forum Discussion
Andres Martin Garcia
Mar 16, 2018Copper Contributor
SAML - SSO - User Attributes
When setting up a third party application for SSO. The user attributes "Value's" always start with "user." (e.g. user.userprincipalname, user.mail, user.surname, etc.)
Can I edit out the initial "user." or is this necessary for Azure (e.g. userprincipalname, mail, surname)
Thanks for any help
1 Reply
- Mitch KingIron Contributor
This is builtin, user is the object and the "." identifies the attribute i.e. $a = get-mailbox $kingm
$a.alias
$a.identity
$a.userprincipalname