v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
identity

post/identity/oidc/client/{name}

Request body

access_token_ttlinteger

The time-to-live for access tokens obtained by the client.

assignmentsstring[]

Comma separated string or array of assignment resources.

client_typestring

The client type based on its ability to maintain confidentiality of credentials. The following client types are supported: 'confidential', 'public'. Defaults to 'confidential'.

id_token_ttlinteger

The time-to-live for ID tokens obtained by the client.

keystring

A reference to a named key resource. Cannot be modified after creation. Defaults to the 'default' key.

redirect_urisstring[]

Comma separated string or array of redirect URIs used by the client. One of these values must exactly match the redirect_uri parameter value used in each authentication request.

Response

OK