mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Reorganized Docs. In Progress.
This commit is contained in:
parent
1961e22cbd
commit
ce89ff4833
202 changed files with 0 additions and 0 deletions
22
docs/Login/ADFS.md
Normal file
22
docs/Login/ADFS.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
## ADFS 4.0 using OAuth 2 and OpenID
|
||||
|
||||
[Related issue](https://github.com/wekan/wekan/issues/3184)
|
||||
|
||||
There is these settings.
|
||||
|
||||
## Snap
|
||||
```
|
||||
sudo snap set oauth2-enabled='true'
|
||||
sudo snap set oauth2-adfs-enabled='true'
|
||||
```
|
||||
Unset:
|
||||
```
|
||||
sudo snap unset oauth2-enabled
|
||||
sudo snap unset oauth2-adfs-enabled
|
||||
```
|
||||
## Docker and .sh/.bat
|
||||
```
|
||||
OAUTH2_ENABLED=true
|
||||
OAUTH2_ADFS_ENABLED=true
|
||||
```
|
||||
To disable, uncomment or remove that line.
|
||||
Loading…
Add table
Add a link
Reference in a new issue