Authorize the user to use OIDC.

Use this API to authorize a user to use OIDC. This endpoint requires valid login session cookies for the tenant.

Query Params
string
required

The OIDC client ID.

string
Defaults to code

A space-delimited list of response types. Valid response types are: code, token, id_token.

string

The response mode. It defaults to query for the authorization_code flow, and to fragment for the implicit or hybrid flow.

string

The redirect URI.

string

The state. An opaque value that is used to maintain the state between the request and the callback.

string

Nonce. The string value that is used to associate a client session with an ID Token to mitigate replay attacks. This attribute is required when the response type includes id_token.

string

Whether the user is prompted for reauthentication. When the value is "login", the user is reauthenticated. When the value is "none", the user is not be prompted for authentication.

integer

Maximum authentication age. Specifies the allowable elapsed time, in seconds, since the last time the user was authenticated.

string

Code challenge. Required if the OIDC client is configured to require proof key for code exchange (PKCE).

string

Code challenge method for PKCE.

string

A space-delimited list of scopes that are associated with this authorization request.

string

The JSON that contains the claims for id_token or userinfo endpoint.

string

Login hint. Value to use when prompting the user for login. Optional for OIDC request. This value is the username as a string (e.g. john@ibm.com).

string

The request object in the form of a signed JWT. This can be used as an alternative to sending the individual properties in the form.

string

The URI referencing the request object.

Responses
200

Form post response.

400

The error page that contains the error and error_description attributes.

Language
URL
Choose an example:
*/*