Forum Discussion

Andres Martin Garcia's avatar
Andres Martin Garcia
Copper Contributor
Mar 16, 2018

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 King's avatar
    Mitch King
    Iron 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

Resources