Allow OAuth Scope to be configured (#887)

Signed-off-by: BobSilent <andre_1@gmx.net>
This commit is contained in:
Andre Mainka
2022-06-25 10:40:39 +02:00
committed by GitHub
parent 8762628481
commit 90009a649d
5 changed files with 21 additions and 4 deletions

View File

@@ -262,6 +262,7 @@
"client_secret": "",
"config_url": "",
"redirect_base_url": "",
"scopes": [ "openid", "profile", "email" ],
"username_field": "",
"role_field": "",
"implicit_roles": false,