Bypassing SAML SSO

When you configure SAML SSO for all your users, the users are supposed to access Adeptia Suite login page only after authentication has been performed. However, an admin can skip SAML SSO login and land directly to Adeptia Suite login page. 

Only admin is authorized to use this feature. 

To bypass SAML SSO authentication, follow the steps given below.

  1. Open the browser and hit the URL in the format:

    <protocol_name>://<ip_address>:<port_number>/adeptia/control?userid=admin

    where,
    <protocol_name> is the name of the protocol, for example, HTTP or HTTPS.
    <ip_address> is the IP address of the computer hosting Adeptia Suite.
    <port_number> is the port number of the computer hosting Adeptia Suite.

    For example, http://192.168.1.10:8080/adeptia/control?userid=admin

    The login page appears with user id as admin.



  2. Enter the password and click Log In to view Adeptia Suite home page.

If you do not want the admin user to skip SAML SSO login, perform the following steps:

  1. On the Adeptia Suite home page, go to Adminster tab, click Setup > Application Settings.
  2. Click Update System Properties.
  3. Expand Systems > SAML SSO.
  4. Set the value of the property abpm.saml.sso.bypassAdminAuthentication to false.



  5. Click Save.
  6. Restart Kernel and WebRunner.