From 9c1f9967c54f5204f4e0d2de0ba49f8bb8a1f68d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 21 Apr 2019 20:13:56 +0300 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OAuth2.md b/OAuth2.md index 5aaceab..e7cca26 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -95,6 +95,8 @@ Save Changes. ### 4) Add Wekan settings Copy below commands to `auth.sh` textfile, make it executeable `chmod +x auth.sh` and run it with `./auth.sh`. + +**CHANGE BELOW ONLY CLIENT-ID, SECRET AND SERVER-URL. DO NOT CHANGE ANYTHING ELSE, BECAUSE THEN IT DOES NOT WORK.** ``` sudo snap set wekan oauth2-enabled='true' sudo snap set wekan oauth2-client-id='abcde12345'