X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdacs%2Ffiles%2Fcommon%2Fsite.conf;h=2b60013b0f77629529d4916a5ae575d63418c98c;hb=aceea897ff6e1b52287d18936ca245f70c7dc5da;hp=306bb627c5db512431db4b20171663dfb23a3d6d;hpb=b971cc837b8783402899e0aba3755a1f89ca1e27;p=mirror%2Fdsa-puppet.git diff --git a/modules/dacs/files/common/site.conf b/modules/dacs/files/common/site.conf index 306bb627c..2b60013b0 100644 --- a/modules/dacs/files/common/site.conf +++ b/modules/dacs/files/common/site.conf @@ -74,7 +74,7 @@ AUTH_CREDENTIALS_DEFAULT_LIFETIME_SECS "43200" # DocumentRoot), not full file pathnames. For the default configuration to # work properly, they require an Apache Alias directive to be configured to map # "/handlers" to "${Conf::DACS_HOME}/www/handlers". -ACS_ERROR_HANDLER "* /handlers/acs_failed.html" +ACS_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/sso/acs_error" # Default authentication and signout handlers # Since these are relative URLs, the Alias directive must be used as @@ -82,9 +82,9 @@ ACS_ERROR_HANDLER "* /handlers/acs_failed.html" # Note that the syntaxes of these directives are different from that of # ACS_ERROR_HANDLER. #AUTH_SUCCESS_HANDLER "url /handlers/auth_ok.html" -AUTH_SUCCESS_HANDLER "url /cgi-bin/dacs/dacs_prenv" -AUTH_ERROR_HANDLER "* url /handlers/auth_failed.html" -SIGNOUT_HANDLER "url /handlers/signout_ok.html" +AUTH_SUCCESS_HANDLER "https://${Conf::JURISDICTION_AUTHSERVER}/sso/login" +AUTH_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/sso/login_error" +SIGNOUT_HANDLER "https://${Conf::JURISDICTION_AUTHSERVER}/sso/logout" # These handlers can only be URLs (absolute or relative) NOTICES_ACCEPT_HANDLER "/handlers/notices_accepted.html"