PingAccess

Using the administrative API to disable SSO

If basic authorization wasn’t disabled, use the admin application programming interface (API) to disable single sign-on (SSO).

Steps

  1. Sign on to the local PingAccess system and start a non-Internet Explorer (IE) browser.

  2. Sign on to the API doc page at https://host:admin-port/pa-admin-api/v3/api-docs/.

    Example:

    Use the normal administrator username, Administrator, and your password.

  3. Click and expand the Auth section, then expand PUT /auth/oidc.

  4. Enter the following code:

    {
    "enabled": false
    }
  5. Click Try it Out.

Result

You can sign on normally and reconfigure SSO for the admin API from Settings → Admin UI Authentication → Authentication Method.