From 4abf834e1246760772f2fe2ca67349010c1dd055 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 21 Apr 2019 14:04:17 +0300 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index 2240752..e10680b 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -94,8 +94,9 @@ Access Token URL: https://chat.example.com/oauth/token Save Changes. ### 4) Add Wekan settings - +Copy below commands to `auth.sh` textfile and then run it with `bash auth.sh`. ``` +sudo snap set wekan oauth2-enabled='true' sudo snap set wekan oauth2-client-id='abcde12345' sudo snap set wekan oauth2-secret='54321abcde' sudo snap set wekan oauth2-server-url='https://chat.example.com/'