mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 21:00:16 +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
|
|
@ -182,6 +182,12 @@ echo -e "\t$ snap set $SNAP_NAME oauth2-enabled='true'"
|
|||
echo -e "\t-Disable the OAuth2 of Wekan:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME oauth2-enabled"
|
||||
echo -e "\n"
|
||||
echo -e "Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299"
|
||||
echo -e "To enable the OAuth2 of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-ca-cert='ABCD134'"
|
||||
echo -e "\t-Disable the OAuth2 of Wekan:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME oauth2-ca-cert"
|
||||
echo -e "\n"
|
||||
echo -e "Enable OAuth2 Oracle on premise identity manager OIM. Default: false"
|
||||
echo -e "To enable the OAuth2 Oracle OIM of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oracle-oim-enabled='true'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue