SSO token

When using SSO, the token that is used to authenticate the user, is that available/stored is decisions somewhere for us to use ?

Comments

  • Decisions currently does not store the token while authenticating users via SSO

    We just make calls via module to the Identity provider to get the authentication done. Once we have received the response, we create a user session for that user at that moment and then log the user in.

Sign In or Register to comment.