mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated OAuth2 (markdown)
parent
9c1f9967c5
commit
1ff13077dd
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Save Changes.
|
||||||
### 4) Add Wekan settings
|
### 4) Add Wekan settings
|
||||||
Copy below commands to `auth.sh` textfile, make it executeable `chmod +x auth.sh` and run it with `./auth.sh`.
|
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.**
|
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-enabled='true'
|
||||||
sudo snap set wekan oauth2-client-id='abcde12345'
|
sudo snap set wekan oauth2-client-id='abcde12345'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue