summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-21 21:37:38 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-21 21:37:38 +0200
commit7919ae362866c0cacf2a486bf91b12e4d25807d7 (patch)
tree06f164b817896ae78aac9d0fb2ba586d7136befb /releases/virtualbox
parent188d42dcd678025e7de537463ee2a1c774b4e062 (diff)
downloadwekan-7919ae362866c0cacf2a486bf91b12e4d25807d7.tar.gz
wekan-7919ae362866c0cacf2a486bf91b12e4d25807d7.tar.bz2
wekan-7919ae362866c0cacf2a486bf91b12e4d25807d7.zip
- OAUTH2_LOGIN_STYLE popup or redirect, part 2.
Thanks to xet7 !
Diffstat (limited to 'releases/virtualbox')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index 9a948bac..77fbdd54 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -71,6 +71,8 @@
# 2) Configure the environment variables. This differs slightly
# by installation type, but make sure you have the following:
#export OAUTH2_ENABLED=true
+ # OAuth2 login style: popup or redirect.
+ #export OAUTH2_LOGIN_STYLE=redirect
# Application GUID captured during app registration:
#export OAUTH2_CLIENT_ID=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
# Secret key generated during app registration:
@@ -91,6 +93,8 @@
# ==== OAUTH2 KEYCLOAK ====
# https://github.com/wekan/wekan/wiki/Keycloak <== MAPPING INFO, REQUIRED
#export OAUTH2_ENABLED=true
+ # OAuth2 login style: popup or redirect.
+ #export OAUTH2_LOGIN_STYLE=redirect
#export OAUTH2_CLIENT_ID=<Keycloak create Client ID>
#export OAUTH2_SERVER_URL=<Keycloak server name>/auth
#export OAUTH2_AUTH_ENDPOINT=/realms/<keycloak realm>/protocol/openid-connect/auth
@@ -99,11 +103,13 @@
#export OAUTH2_SECRET=<keycloak client secret>
#-----------------------------------------------------------------
# ==== OAUTH2 DOORKEEPER ====
+ # OAuth2 docs: https://github.com/wekan/wekan/wiki/OAuth2
# https://github.com/wekan/wekan/issues/1874
# https://github.com/wekan/wekan/wiki/OAuth2
# Enable the OAuth2 connection
#export OAUTH2_ENABLED=true
- # OAuth2 docs: https://github.com/wekan/wekan/wiki/OAuth2
+ # OAuth2 login style: popup or redirect.
+ #export OAUTH2_LOGIN_STYLE=redirect
# OAuth2 Client ID.
#export OAUTH2_CLIENT_ID=abcde12345
# OAuth2 Secret.