Bypassing SAML SSO

When you configure SAML SSO for all your users, the users are supposed to access Adeptia Connect login page only after authentication has been performed. However, an admin can skip SAML SSO login and land directly to Adeptia Connect 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>?user=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 Connect.
    <port_number> is the port number of the computer hosting Adeptia Connect.

    For example, http://192.168.1.10:8080?user=admin

    The home page appears with user name as admin and it can't be edited.



  2. Type the password and click Log In to view Adeptia Connect home page. By default, this feature is enabled in Adeptia Connect.


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

  1. Click Account > Settings.

  2. Expand the Server Nodes Settings in the left panel.
  3. Select the server node.
  4. Click Edit.
  5. Click  to expand Systems and then SAML SSO.
  6. Set the value of the property abpm.saml.sso.bypassAdminAuthentication to false.
  7. Click Save.
  8. Restart Kernel and WebRunner.