mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Updated ADFS (markdown)
parent
bc70a761c4
commit
6516648f91
1 changed files with 4 additions and 1 deletions
5
ADFS.md
5
ADFS.md
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue