feat: read admin group from OIDC token claim (#445)

This commit is contained in:
Johannes Kirchner
2025-04-02 13:38:11 +02:00
committed by GitHub
parent 7907c7bc1e
commit 8cfaceb303
5 changed files with 59 additions and 7 deletions

View File

@ -69,6 +69,8 @@
<dt>OIDC client Key</dt><dd>{{ if .c.OIDCClientKey }}&#60;defined&#62;{{ end }}</dd>
<dt>OIDC Secret</dt><dd>{{ if .c.OIDCSecret }}&#60;defined&#62;{{ end }}</dd>
<dt>OIDC Discovery URL</dt><dd>{{ if .c.OIDCDiscoveryUrl }}&#60;defined&#62;{{ end }}</dd>
<dt>OIDC Group Claim Name</dt><dd>{{ .c.OIDCGroupClaimName }}</dd>
<dt>OIDC Admin Group</dt><dd>{{ .c.OIDCAdminGroup }}</dd>
</dl>
</div>
<div>