Class GetOpenIDConfigResponse (2.12.0)

GetOpenIDConfigResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Attributes

NameDescription
issuer str
OIDC Issuer.
jwks_uri str
JSON Web Key uri.
response_types_supported Sequence[str]
Supported response types.
subject_types_supported Sequence[str]
Supported subject types.
id_token_signing_alg_values_supported Sequence[str]
supported ID Token signing Algorithms.
claims_supported Sequence[str]
Supported claims.
grant_types Sequence[str]
Supported grant types.

Inheritance

builtins.object > proto.message.Message > GetOpenIDConfigResponse