mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated OAuth2 (markdown)
parent
652b2691f6
commit
4abf834e12
1 changed files with 2 additions and 1 deletions
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue