...
- Your Identity Provider (IdP) supports custom SAML attribute mappings.
(e.g., Okta, Azure AD, ADFS, etc.) - A custom SAML attribute named
username
is configured in your IdP.- Name/FriendlyName:
username
- Value: The user's login identifier (e.g., corporate username or email)
- Name/FriendlyName:
- The
username
attribute is included in the<AttributeStatement>
of all successful SAML assertions. - The IdP username (in the OnePACS application) must match the value passed back from this username attribute.
- You have access to modify attribute/claim mappings in your IdP’s SAML configuration.
...