oidc
Configuration for the oidc service
struct: config
insecure bool false
Whether to skip certificate checks when sending requests. [Ref]
[auth.manager.oidc]
insecure = false
issuer string
The issuer of the OIDC token. [Ref]
[auth.manager.oidc]
issuer = ""
id_claim string sub
The claim containing the ID of the user. [Ref]
[auth.manager.oidc]
id_claim = "sub"
uid_claim string
The claim containing the UID of the user. [Ref]
[auth.manager.oidc]
uid_claim = ""
gid_claim string
The claim containing the GID of the user. [Ref]
[auth.manager.oidc]
gid_claim = ""
gatewaysvc string
The endpoint at which the GRPC gateway is exposed. [Ref]
[auth.manager.oidc]
gatewaysvc = ""