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

committed by
GitHub

parent
7907c7bc1e
commit
8cfaceb303
2
templates/pages/admin_config.html
vendored
2
templates/pages/admin_config.html
vendored
@ -69,6 +69,8 @@
|
||||
<dt>OIDC client Key</dt><dd>{{ if .c.OIDCClientKey }}<defined>{{ end }}</dd>
|
||||
<dt>OIDC Secret</dt><dd>{{ if .c.OIDCSecret }}<defined>{{ end }}</dd>
|
||||
<dt>OIDC Discovery URL</dt><dd>{{ if .c.OIDCDiscoveryUrl }}<defined>{{ end }}</dd>
|
||||
<dt>OIDC Group Claim Name</dt><dd>{{ .c.OIDCGroupClaimName }}</dd>
|
||||
<dt>OIDC Admin Group</dt><dd>{{ .c.OIDCAdminGroup }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user