From 0cf19119b50d41008a3c49114d73503e16575f8f Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Fri, 20 Jul 2012 15:41:51 +0200 Subject: [PATCH] MDL-34437 shibboleth: Correct the shibboleth wiki links. --- auth/shibboleth/README.txt | 12 ++++++------ auth/shibboleth/logout.php | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/auth/shibboleth/README.txt b/auth/shibboleth/README.txt index a343c850e4c..550cf862cbb 100644 --- a/auth/shibboleth/README.txt +++ b/auth/shibboleth/README.txt @@ -61,8 +61,8 @@ Moodle Configuration with Dual login -- Also see: - https://spaces.internet2.edu/display/SHIB2/NativeSPRequestMapper and - https://spaces.internet2.edu/display/SHIB2/NativeSPAccessControl + https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapper and + https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAccessControl 2. As Moodle admin, go to the 'Administrations >> Users >> Authentication' and click on the the 'Shibboleth' settings. @@ -101,8 +101,8 @@ Moodle Configuration with Dual login to the same host. If no SessionInitiator URL is given, the default one '/Shibboleth.sso' (only works for Shibboleth 1.3.x) will be used. For Shibboleth 2.x you have to add '/Shibboleth.sso/DS' as a SessionInitiator. - Also see https://spaces.internet2.edu/display/SHIB/SessionInitiator - and https://spaces.internet2.edu/display/SHIB2/NativeSPSessionInitiator + Also see https://wiki.shibboleth.net/confluence/display/SHIB/SessionInitiator + and https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSessionInitiator Important Note: If you upgraded from a previous version of Moodle and now want to use the integrated WAYF, you have to make sure that @@ -324,8 +324,8 @@ logout. Hopefully, the Moodle logout helps to motivate the developers to implement SLO. On the other hand, the easiest and safest way to log out still is to tell users to quit their web browsers :) -Also see https://spaces.internet2.edu/display/SHIB2/SLOIssues and -https://spaces.internet2.edu/display/SHIB2/NativeSPLogoutInitiator for some +Also see https://wiki.shibboleth.net/confluence/display/SHIB2/SLOIssues and +https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLogoutInitiator for some background information on this topic. -------------------------------------------------------------------------------- diff --git a/auth/shibboleth/logout.php b/auth/shibboleth/logout.php index c5c541069c8..86327bd9363 100644 --- a/auth/shibboleth/logout.php +++ b/auth/shibboleth/logout.php @@ -1,8 +1,8 @@