# Constants
ClaimPrefixingDisabled indicates that username or groups claim should not be prefixed automatically.
ES256 is ECDSA using P-256 and SHA-256.
ES384 is ECDSA using P-384 and SHA-384.
ES512 is ECDSA using P-521 and SHA-512.
PS256 is RSASSA-PSS using SHA256 and MGF1-SHA256.
PS384 is RSASSA-PSS using SHA384 and MGF1-SHA384.
PS512 is RSASSA-PSS using SHA512 and MGF1-SHA512.
RS256 is RSASSA-PKCS-v1.5 using SHA-256 This is the default value.
RS384 is RSASSA-PKCS-v1.5 using SHA-384.
RS512 is RSASSA-PKCS-v1.5 using SHA-512.
SystemPrefix is a forbidden prefix.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
JWKSSpec defines the configuration for specifying JWKS keys offline.
OIDCAuthenticationSpec defines the desired state of OpenIDConnect.
No description provided by the author
OpenIDConnect allows to dynamically register OpenID Connect providers used to authenticate against the kube-apiserver.
OpenIDConnectList contains a list of OpenIDConnect.
# Type aliases
SigningAlgorithm is JOSE asymmetric signing algorithm value as defined by RFC 7518.