mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Add settings for OAUTH2_CA_CERT that is
Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299 Thanks to xet7 ! Related #3299 , related https://github.com/wekan/wekan/pull/3325
This commit is contained in:
parent
f99934b994
commit
55252300c6
9 changed files with 23 additions and 1 deletions
|
|
@ -250,6 +250,7 @@ const myCommand :Spk.Manifest.Command = (
|
|||
(key = "TRUSTED_URL", value=""),
|
||||
(key = "WEBHOOKS_ATTRIBUTES", value=""),
|
||||
(key = "OAUTH2_ENABLED", value="false"),
|
||||
(key = "OAUTH2_CA_CERT", value=""),
|
||||
(key = "OAUTH2_ADFS_ENABLED", value="false"),
|
||||
(key = "OAUTH2_CLIENT_ID", value="false"),
|
||||
(key = "OAUTH2_SECRET", value=""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue