rancher v2.15.1

OIDCClient.spec

Spec is the specification of the desired configuration for the oidc client.

5 fields
OIDCClient.spec fields and descriptions
Field / TypeDescription
description
string

Description provides additional context about the OIDC client.

string[]

RedirectURIs defines the allowed redirect URIs for the OIDC client. These URIs must be registered and used during the authentication flow.

refreshTokenExpirationSeconds
integer required

RefreshTokenExpirationSeconds defines how long (in seconds) a refresh token remains valid before expiration.

  • format: int64
  • default: 86400
  • minimum: 1
string[]

Scopes is the list of scopes allowed for this client. If configured, the client will only be able to request these scopes.

tokenExpirationSeconds
integer required

TokenExpirationSeconds specifies the duration (in seconds) before an access token and ID token expire.

  • format: int64
  • default: 3600
  • minimum: 1