Create an OpenID Connect client

Creates an 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.

Body Params

Creates an OpenID Connect (OIDC) client.

string

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

redirectURIs
array of strings

URLs the user can be redirected to following authentication. The redirect URI accepts both HTTPS: links and mobile deep links. However, the only allowed HTTP link is localhost. When requesting authentication your request must include one of the URIs specified in the redirectURIs key. 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
enum

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

Allowed:
Responses

409

Dependency error.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json