mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 19:00:17 +01:00
Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work.
See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS Thanks to xet7 ! Related #3204, related #708
This commit is contained in:
parent
e0192f570e
commit
214c86cc22
15 changed files with 325 additions and 7 deletions
|
|
@ -478,6 +478,51 @@ echo -e "\n"
|
|||
echo -e "Enable or not password login Form"
|
||||
echo -e "\t$ snap set $SNAP_NAME password-login-enabled='false'"
|
||||
echo -e "\n"
|
||||
echo -e "CAS Enabled. Default: false"
|
||||
echo -e "\t$ snap set $SNAP_NAME cas-enabled='true'"
|
||||
echo -e "\n"
|
||||
echo -e "CAS Base URL."
|
||||
echo -e "\t$ snap set $SNAP_NAME cas-base-url='https://cas.example.com/cas'"
|
||||
echo -e "\n"
|
||||
echo -e "CAS Login URL."
|
||||
echo -e "\t$ snap set $SNAP_NAME cas-login-url='https://cas.example.com/login'"
|
||||
echo -e "\n"
|
||||
echo -e "CAS Validate URL."
|
||||
echo -e "\t$ snap set $SNAP_NAME cas-validate-url='https://cas.example.com/cas/p3/serviceValidate'"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Enabled. Default: false"
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-enabled='true'"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Provider. openam or openidp."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-provider='openam'"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Entrypoint."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-entrypoint=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Issuer."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-issuer=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Cert."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-cert=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML IDPS LO Redirect URL."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-ispslo-redirecturl=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Private Keyfile."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-private-keyfile=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Public Certfile."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-public-certfile=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Identifier Format."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-identifier-format=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Local Profile Match Attribute."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-local-profile-match-attribute=''"
|
||||
echo -e "\n"
|
||||
echo -e "SAML Attributes."
|
||||
echo -e "\t$ snap set $SNAP_NAME saml-attributes=''"
|
||||
echo -e "\n"
|
||||
# parse config file for supported settings keys
|
||||
echo -e "wekan supports settings keys"
|
||||
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue