From dab7014b442b83d9ea3039317bd3dd0e5a415405 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 6 Sep 2020 03:27:35 +0300 Subject: [PATCH] Updated Google login (markdown) --- Google-login.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Google-login.md b/Google-login.md index 0c14173..9be4b44 100644 --- a/Google-login.md +++ b/Google-login.md @@ -4,6 +4,10 @@ To create Google OAuth 2 credentials, you can follow this tutorial: https://deve Then replace `CLIENT_ID` and `CLIENT_SECRET` below. +The redirect URL is your Wekan root-url+_oauth/oidc like this: https://boards.example.com/_oauth/oidc + +If you have existing password account, and would like to switch to Google auth account, you need to rename that username and email address, so you can autoregister with your Google auth email address. Then share your boards from password account to Google auth account and set that to Google auth user as BoardAdmin. + In your wekan config, you have to set the following information in snap: ``` snap set wekan oauth2-enabled='true'