Configure an OAuth clientThe application in an OAuth framework that requests access to resources. If the request
is approved by the authorization server, the client is issued an access token for the
resources. for use with web session
configuration in PingAccess.
For more information, see Manage OAuth
clients.
-
Go to .
-
Click Add Client.
-
In the Client ID field, specify a client ID.
-
In the Name field, specify a name.
PingAccessWebAccessManagement
-
In the Client Authentication section, select
Client Secret.
-
In the Client Secret section, select Change
Secret, and then click Generate Secret.
Tip:
Copy the secret to a secure location so that you can use it in PingAccess
configuration.
-
In the Redirect URIs field, add the OpenID Connect (OIDC)
An authentication protocol built on top of OAuth that authenticates users and enables clients
(relying parties) of all types to request and receive information about authenticated
sessions and users. OIDC is extensible, allowing clients to use optional features such
as encryption of identity data, discovery of OpenID Providers (OAuth authorization
servers), and session management. callback redirect to the PingAccess server.
For example,
https://mypingaccessserver:3000/pa/oidc/cb.
-
Click Add.
-
Select the Bypass Authorization Approval check
box.
-
In the Allowed Grant Types section, select the
Authorization Code check box.
-
Click Save.