User Single Sign On

The Single Sign-On (SSO) architecture allows the user to sign-on to your application and subsequently authenticates the user to access the Management Portal.  The user will have access to the Management Portal without being prompted to enter separate login credentials.  The session ID established during the authentication is valid until the current session is terminated by logging out of your application.

As shown below

  1. The user is initially authenticated in your application after entering their login credentials.  The login credentials are then mapped with the API Session ID and the Org ID to validate if the user can access the Portal. 
  2. When the user requests access to the Management Portal, an encrypted session ID with the Public key generated by the Org Admin are passed as token to open the Management Portal.
  3. After validation, the user is given access to the Management Portal.


Related topics

Enabling Single Sign-On