oidc
Configuration for the oidc service
struct: config
insecure bool false
Whether to skip certificate checks when sending requests. [Ref]
[auth.manager.oidc]
insecure = falsedefault_id_claim string sub
The default claim used as the user ID when no per-IDP override is configured. [Ref]
[auth.manager.oidc]
default_id_claim = "sub"idp_to_id_claim map[string]string nil
Per-IDP claim to use as the user ID, keyed by the value of the identity_provider token claim. Overrides default_id_claim for matching IDPs. [Ref]
[auth.manager.oidc]
idp_to_id_claim = nilgatewaysvc string
The endpoint at which the GRPC gateway is exposed. [Ref]
[auth.manager.oidc]
gatewaysvc = ""users_mapping string
The optional OIDC users mapping file path [Ref]
[auth.manager.oidc]
users_mapping = ""group_claim string
The group claim to be looked up to map the user (default to ‘groups’). [Ref]
[auth.manager.oidc]
group_claim = ""