summaryrefslogtreecommitdiffstats
path: root/releases
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-22 21:48:52 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-22 21:48:52 +0300
commit526e10865ff0c2c4465ead8ae14328ebf0d40257 (patch)
treedae87fb59829e963fdeea27fa0eb6dcfe1838cd7 /releases
parente38988126ab99abda6c4a46c077bd8ea1424a662 (diff)
parentd83cb75f95e94524e1117111ca0dd063021cf3b8 (diff)
downloadwekan-526e10865ff0c2c4465ead8ae14328ebf0d40257.tar.gz
wekan-526e10865ff0c2c4465ead8ae14328ebf0d40257.tar.bz2
wekan-526e10865ff0c2c4465ead8ae14328ebf0d40257.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'releases')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index 0a44946a..cb48db37 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -81,6 +81,10 @@
#export OAUTH2_AUTH_ENDPOINT=/oauth2/v2.0/authorize
#export OAUTH2_USERINFO_ENDPOINT=https://graph.microsoft.com/oidc/userinfo
#export OAUTH2_TOKEN_ENDPOINT=/oauth2/v2.0/token
+ # OAUTH2 ID Token Whitelist Fields.
+ #export OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
+ # OAUTH2 Request Permissions.
+ #export OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email']
# The claim name you want to map to the unique ID field:
#export OAUTH2_ID_MAP=email
# The claim name you want to map to the username field: