OidcIdentityProviderConfig
An object representing the configuration for an OpenID Connect (OIDC) identity provider.
Types
Properties
The name of your cluster.
The JSON web token (JWT) claim that the provider uses to return your groups.
The prefix that is prepended to group claims to prevent clashes with existing names (such as system:
groups). For example, the valueoidc:
creates group names like oidc:engineering
and oidc:infra
. The prefix can't contain system:
The ARN of the configuration.
The name of the configuration.
The key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.
The status of the OIDC identity provider.
The JSON Web token (JWT) claim that is used as the username.
The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can't contain system: