Try to fix OAUTH2_REQUEST_PERMISSIONS by removing quotes.

Thanks to pcurie and xet7 !

Related 892ee60527
This commit is contained in:
Lauri Ojansivu 2022-01-21 18:11:47 +02:00
parent 9b56f149e1
commit 5e65dfc272
6 changed files with 7 additions and 7 deletions

View file

@ -252,8 +252,8 @@ DESCRIPTION_OAUTH2_ID_TOKEN_WHITELIST_FIELDS="OAuth2 ID Token Whitelist Fields."
DEFAULT_OAUTH2_ID_TOKEN_WHITELIST_FIELDS=""
KEY_OAUTH2_ID_TOKEN_WHITELIST_FIELDS="oauth2-id-token-whitelist-fields"
DESCRIPTION_OAUTH2_REQUEST_PERMISSIONS="OAuth2 Request Permissions. Example: 'openid profile email'"
DEFAULT_OAUTH2_REQUEST_PERMISSIONS="'openid profile email'"
DESCRIPTION_OAUTH2_REQUEST_PERMISSIONS="OAuth2 Request Permissions. Example: openid profile email"
DEFAULT_OAUTH2_REQUEST_PERMISSIONS="openid profile email"
KEY_OAUTH2_REQUEST_PERMISSIONS="oauth2-request-permissions"
DESCRIPTION_OAUTH2_EMAIL_MAP="OAuth2 Email Mapping. Example: email"