feat: add config variable to specify the requested OIDC sopes

This commit is contained in:
Elias Schneider
2024-11-25 12:21:17 +01:00
parent 468b25828b
commit da54ce6ee0
3 changed files with 8 additions and 1 deletions

View File

@@ -288,6 +288,10 @@ const configVariables: ConfigVariables = {
type: "boolean",
defaultValue: "false",
},
"oidc-scope": {
type: "string",
defaultValue: "openid email profile",
},
"oidc-usernameClaim": {
type: "string",
defaultValue: "",