Get an OpenID Connect client

Returns information about the specified OpenID Connect client.

Path Params
string
required

Unique identifier issued to Akamai customers. If you aren’t sure what your Akamai customer ID is, log into Console and check the value of the customer_id application setting.

string
required

Unique identifier of an OpenID Connect client

Responses

Response body
object
string

Unique identifier of the OIDC client.

string

Name of the OIDC client. Names must be unique for each organization.

redirectURIs
array of strings

URLs the user can be redirected to following authentication. The redirect URI can be either a HTTPS: lins or a mobile deep link. However, the only allowed HTTP: link is localhost. When requesting authentication your request needs to include one of the URIs specified in the redirectURIs member. If it doesn’t, the request fails.

redirectURIs
string

Unique identifier of the login policy assigned to the client. Login policies do such things as provide the exact path to the Capture domain and the user profile entity type, and point the user to the appropriate login page.

string

Unique identifier of the token policy assigned to the client. Token policies specify the time-to-live values for access and refresh tokens.

string

Specifies the OIDC client type. Confidential clients require you to pass the client secret in the authorization request. Public client don’t require this and don’t even have a client secret.

public confidential

string

Configuration URL for the OIDC client. This value is automatically assigned when the OIDC client is created.

string

Configuration link for the Identity Cloud API client assigned to the OIDC client. Application clients provide a bridge between the Identity Cloud infrastructure and the OAuth and OIDC protocols. The application client is automatically assigned when the OIDC client is created.

Language
Authentication
URL