Configure basic authentication for the administrative user interface in PingAccess.
The authentication default for the PingAccess
administrative console is HTTP Basic Authentication. Basic Authentication uses the
HTTP Authorization header to transmit the user name and password credentials. The
PingAccess server response contains a
PA_UI
cookie, which is a signed JSON Web Token (JWT). Subsequent HTTP requests send this cookie for authentication rather than the
less secure HTTP Authorization header.
Basic Authentication supports one user: Administrator. The Administrator user name cannot be changed. If you want to allow more than one user to access the admin UI, you should use single sign-on (SSO) authentication.
- Click Settings and then go to .
- Click Enable.
- Click Save.
- Click Settings and then go to .
- In the Authentication Method section, select Basic Authentication.
- Click Save.