Versions Compared

Key

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

While using SAML SSO to login to log into the system, the SAML response can be interpreted to change the default behavior to make the user login to a specific company/partner in a specific role. Adeptia Connect allows you to do this by implementing a custom class to read and authenticate the user information. You need to define a new Java class and place that in customClasses folder.

This option lets you:

  • Access custom attributes and relay state information present in SAML response
  • Provide a specific company/partner and also a specific role for logged in user
  • Provide a redirect URL to which user will be redirected after successful loginAccess custom attributes and relay state information present in SAML Response

Follow the steps below to create the custom class:

...