feat(config): ✨ Add loadAllGroups configuration option
Adds a new configuration option `loadAllGroups` to enable loading all groups in the Dex settings. This improves user management by ensuring all groups are available for authorization.
This commit is contained in:
parent
b85a68267e
commit
0c3b2215ce
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ config:
|
||||||
clientSecret: "$FORGEJO_CLIENT_SECRET"
|
clientSecret: "$FORGEJO_CLIENT_SECRET"
|
||||||
redirectURI: https://dex.observability.t09.de/callback
|
redirectURI: https://dex.observability.t09.de/callback
|
||||||
baseURL: https://edp.buildth.ing
|
baseURL: https://edp.buildth.ing
|
||||||
|
loadAllGroups: true
|
||||||
enablePasswordDB: false
|
enablePasswordDB: false
|
||||||
|
|
||||||
staticClients:
|
staticClients:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue