Identity Provider Config Oidc Identity Provider Config Args
An object representing an OpenID Connect (OIDC) configuration.
Properties
The 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).
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 JSON Web Token (JWT) claim to use as the username. The default is sub, which is expected to be a unique identifier of the end user. You can choose other claims, such as email or name, depending on the OpenID identity provider. Claims other than email are prefixed with the issuer URL to prevent naming clashes with other plug-ins.
The prefix that is prepended to username claims to prevent clashes with existing names. If you do not provide this field, and username is a value other than email, the prefix defaults to issuerurl#. You can use the value - to disable all prefixing.