Created ADFS (markdown)

Lauri Ojansivu 2020-09-13 16:52:47 +03:00
parent 1d5cb67dc4
commit cb0a6cdeb4

19
ADFS.md Normal file

@ -0,0 +1,19 @@
## 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-adfs-enabled='true'
```
Unset:
```
sudo snap unset oauth2-adfs-enabled
```
## Docker and .sh/.bat
```
OAUTH2_ADFS_ENABLED=true
```
To disable, uncomment or remove that line.