rancher v2.15.1
OIDCClient.spec
Spec is the specification of the desired configuration for the oidc client.
| Field / Type | Description |
|---|---|
description | Description provides additional context about the OIDC client. |
RedirectURIs defines the allowed redirect URIs for the OIDC client. These URIs must be registered and used during the authentication flow. | |
refreshTokenExpirationSeconds | RefreshTokenExpirationSeconds defines how long (in seconds) a refresh token remains valid before expiration.
|
Scopes is the list of scopes allowed for this client. If configured, the client will only be able to request these scopes. | |
tokenExpirationSeconds | TokenExpirationSeconds specifies the duration (in seconds) before an access token and ID token expire.
|