mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Fix: OAuth2 Requested Scopes are wrong / cannot be configured.
Thanks to DominikPf and xet7 ! Closes #2412
This commit is contained in:
parent
d194cc7a5a
commit
634df8f6f2
8 changed files with 56 additions and 3 deletions
|
|
@ -91,6 +91,25 @@ REM # OAuth2 Token Endpoint. Example: /oauth/token
|
|||
REM # example: OAUTH2_TOKEN_ENDPOINT=/oauth/token
|
||||
REM SET OAUTH2_TOKEN_ENDPOINT=
|
||||
|
||||
|
||||
REM # OAUTH2 ID Token Whitelist Fields.
|
||||
REM SET OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
|
||||
|
||||
REM # OAUTH2 Request Permissions.
|
||||
REM SET OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email']
|
||||
|
||||
REM # OAuth2 ID Mapping
|
||||
REM SET OAUTH2_ID_MAP=
|
||||
|
||||
REM # OAuth2 Username Mapping
|
||||
REM SET OAUTH2_USERNAME_MAP=
|
||||
|
||||
REM # OAuth2 Fullname Mapping
|
||||
REM SET OAUTH2_FULLNAME_MAP=
|
||||
|
||||
REM # OAuth2 Email Mapping
|
||||
REM SET OAUTH2_EMAIL_MAP=
|
||||
|
||||
REM ------------------------------------------------------------
|
||||
|
||||
REM # LDAP_ENABLE : Enable or not the connection by the LDAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue