Page tree

Versions Compared

Key

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

...

  1. Your Identity Provider (IdP) supports custom SAML attribute mappings.
    (e.g., Okta, Azure AD, ADFS, etc.)
  2. 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)
  3. The username attribute is included in the <AttributeStatement> of all successful SAML assertions.
  4. The IdP username (in the OnePACS application) must match the value passed back from this username attribute.
  5. You have access to modify attribute/claim mappings in your IdP’s SAML configuration.

...