docs: update Installation guide for CAS/SAML2 authentication

pull/299/head
Francis Lachapelle 2021-06-21 10:58:24 -04:00
parent aa70c47efc
commit 688b8c1b28
2 changed files with 7 additions and 5 deletions

View File

@ -1270,9 +1270,10 @@ Authenticating using C.A.S.
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
SOGo natively supports C.A.S. authentication. For activating C.A.S. SOGo natively supports C.A.S. authentication. For activating C.A.S.
authentication you need first to make sure that authentication you need first to make sure that the
the _SOGoAuthenticationType_ setting is set to `cas` and that _SOGoAuthenticationType_ setting is set to `cas`,
the _SOGoCASServiceURL_ setting is configured appropriately. _SOGoXSRFValidationEnabled_ is set to `NO` and that the
_SOGoCASServiceURL_ setting is configured appropriately.
The tricky part shows up when using SOGo as a frontend interface to an The tricky part shows up when using SOGo as a frontend interface to an
IMAP server as this imposes constraints needed by the C.A.S. protocol to IMAP server as this imposes constraints needed by the C.A.S. protocol to
@ -1373,7 +1374,8 @@ Authenticating using SAML2
SOGo natively supports SAML2 authentication. Please refer to the SOGo natively supports SAML2 authentication. Please refer to the
documentation of your identity provider and the SAML2 configuration keys documentation of your identity provider and the SAML2 configuration keys
that are listed above for proper setup. Once a SOGo instance is that are listed above for proper setup. Make sure
_SOGoXSRFValidationEnabled_ is set to `NO`. Once a SOGo instance is
configured properly, the metadata for that instance can be retrieved configured properly, the metadata for that instance can be retrieved
from `http://<hostname>/SOGo/saml2-metadata` for registration with the from `http://<hostname>/SOGo/saml2-metadata` for registration with the
identity provider. SOGo will dynamically generate the metadata based on identity provider. SOGo will dynamically generate the metadata based on

View File

@ -109,7 +109,7 @@
//SOGoSieveScriptsEnabled = YES; //SOGoSieveScriptsEnabled = YES;
//SOGoMailAuxiliaryUserAccountsEnabled = YES; //SOGoMailAuxiliaryUserAccountsEnabled = YES;
//SOGoTrustProxyAuthentication = NO; //SOGoTrustProxyAuthentication = NO;
//SOGoXSRFValidationEnabled = YES; //SOGoXSRFValidationEnabled = NO;
/* General - SOGoTimeZone *MUST* be defined */ /* General - SOGoTimeZone *MUST* be defined */
//SOGoLanguage = English; //SOGoLanguage = English;