Whether to skip certificate checks when sending requests. [Ref]
[auth.manager.oidc]
insecure = false
The claim containing the ID of the user. [Ref]
[auth.manager.oidc]
id_claim = "sub"
The endpoint at which the GRPC gateway is exposed. [Ref]
[auth.manager.oidc]
gatewaysvc = ""
The optional OIDC users mapping file path [Ref]
[auth.manager.oidc]
users_mapping = ""
The group claim to be looked up to map the user (default to ‘groups’). [Ref]
[auth.manager.oidc]
group_claim = ""