mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-23 18:27:57 +02:00
feat: read admin group from OIDC token claim (#445)
This commit is contained in:

committed by
GitHub

parent
7907c7bc1e
commit
8cfaceb303
@ -106,6 +106,10 @@ oidc.client-key:
|
||||
oidc.secret:
|
||||
# Discovery endpoint of the OpenID provider. Generally something like http://auth.example.com/.well-known/openid-configuration
|
||||
oidc.discovery-url:
|
||||
# The name of the claim containing the groups
|
||||
oidc.group-claim-name:
|
||||
# The name of the group that should receive admin rights
|
||||
oidc.admin-group:
|
||||
|
||||
# Instance name
|
||||
# Set your own custom name to be displayed instead of 'Opengist'
|
||||
|
Reference in New Issue
Block a user