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.

Path Params
string
required
Defaults to default

The OpenID Connect provider ID. The default provider ID is "default".

Query Params
string
required

The OIDC application's client ID.

string
required
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 grant type flow, and to fragment for the implicit grant type flow.

string
required

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. The reauthentication applies to default Cloud Directory logins only. When the value is "none", the user is not be prompted for authentication.

string

Maximum authentication age. Specifies the allowable elapsed time, in seconds, since the last time the user was authenticated. This attribute applies to Cloud Directory login sessions only.

string

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

string

Code challenge method for PKCE. Defaults to plain if not specified.

string
required
Defaults to openid

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 could be the username as a string (e.g. john@ibm.com), or a JSON (e.g. {"realm":"cloudIdentityRealm","username":"john@ibm.com"}). When using a JSON value, the realm represents the identity source realm.

Responses
200

Form post response.

400

The error page that contains the error and error_description attributes.

Language
URL
Choose an example:
*/*