mirror of
https://github.com/wekan/wekan.git
synced 2025-06-27 17:00:47 -04:00
419 B
419 B
ADFS 4.0 using OAuth 2 and OpenID
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.