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
id_claim string sub
The claim containing the ID of the user. [Ref]
[auth.manager.oidc]
id_claim = "sub"
gatewaysvc 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 = ""
Last modified May 11, 2023: Implement historical way of constructing OCM WebDAV URL (#3868) (cfcf9760)