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
-
Sign on to the local PingAccess system and start a non-Internet Explorer (IE) browser.
-
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. -
Click and expand the Auth section, then expand PUT /auth/oidc.
-
Enter the following code:
{ "enabled": false }
-
Click Try it Out.
Result
You can sign on normally and reconfigure SSO for the admin API from Settings → Admin UI Authentication → Authentication Method.