OidcIdentityProviderConfig

An object representing the configuration for an OpenID Connect (OIDC) identity provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider.

Link copied to clipboard

The name of your cluster.

Link copied to clipboard

The JSON web token (JWT) claim that the provider uses to return your groups.

Link copied to clipboard

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:

Link copied to clipboard

The ARN of the configuration.

Link copied to clipboard

The name of the configuration.

Link copied to clipboard

The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.

Link copied to clipboard

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.

Link copied to clipboard

The status of the OIDC identity provider.

Link copied to clipboard

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

Link copied to clipboard

The JSON Web token (JWT) claim that is used as the username.

Link copied to clipboard

The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can't contain system:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String