Versions Compared

Key

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

While using SAML SSO to login to the system, the SAML response can be interpreted and customized to make the user login to a specific application 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\custom\beans folder. This option provides you the ability to define a custom implementation for providing the user role and redirect URL. 

Follow the steps below to create the custom class:

...