Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We are going to add 3 SAML attributes

The first attribute is "IDPEmail" and map it to: userPrincipalName.


The second attribute is "ImmutableID", use script to map it to: userID.decodeHex().encodeBase64().toString()

Image Modified


The third attribute is "username" and map it to: loginName.

Image RemovedImage Added

For this attribute, Enable select "URL Path" as the location and enable the "Get Input" option


Change NameIDFormat

Now, click the "General Settings" tab

change NameIDFormat to "Map to the following attribute", and Attribute to "ImmutableID".

Finally, click "Save"

...