Updated ADFS (markdown)

Lauri Ojansivu 2020-09-13 16:55:54 +03:00
parent bc70a761c4
commit 6516648f91

@ -2,18 +2,21 @@
[Related issue](https://github.com/wekan/wekan/issues/3184) [Related issue](https://github.com/wekan/wekan/issues/3184)
There is these settings: There is these settings.
## Snap ## Snap
``` ```
sudo snap set oauth2-enabled='true'
sudo snap set oauth2-adfs-enabled='true' sudo snap set oauth2-adfs-enabled='true'
``` ```
Unset: Unset:
``` ```
sudo snap unset oauth2-enabled
sudo snap unset oauth2-adfs-enabled sudo snap unset oauth2-adfs-enabled
``` ```
## Docker and .sh/.bat ## Docker and .sh/.bat
``` ```
OAUTH2_ENABLED=true
OAUTH2_ADFS_ENABLED=true OAUTH2_ADFS_ENABLED=true
``` ```
To disable, uncomment or remove that line. To disable, uncomment or remove that line.