[js-embedded-discovery COMMIT] in /trunk: doc/RELEASE-NOTES.txt src/apache/shibboleth-ds.conf
noreply at shibboleth.net
noreply at shibboleth.net
Sat Jan 10 07:11:56 EST 2015
Author: rdw
Date: Sat Jan 10 07:11:55 2015
New Revision: 124
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=124&view=rev
Log:
EDS-45 Explicitly avoid protecting the EDS if mod_shib is loaded into Apache
Modified:
trunk/doc/RELEASE-NOTES.txt
trunk/src/apache/shibboleth-ds.conf
Modified: trunk/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/doc/RELEASE-NOTES.txt?rev=124&r1=123&r2=124&view=diff
==============================================================================
--- trunk/doc/RELEASE-NOTES.txt (original)
+++ trunk/doc/RELEASE-NOTES.txt Sat Jan 10 07:11:55 2015
@@ -15,6 +15,7 @@
EDS-59 Minify the CSS for the EDS
EDS-40 Remove JSON from default minified code
EDS-51 Parameter ignoreURLParams completely ignores any params and makes EDS fully standalone.
+EDS-45 Explicitly avoid protecting the EDS if mod_shib is loaded into Apache
Changed in V1.0.3
=============================================
Modified: trunk/src/apache/shibboleth-ds.conf
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/src/apache/shibboleth-ds.conf?rev=124&r1=123&r2=124&view=diff
==============================================================================
--- trunk/src/apache/shibboleth-ds.conf (original)
+++ trunk/src/apache/shibboleth-ds.conf Sat Jan 10 07:11:55 2015
@@ -10,4 +10,9 @@
Alias /shibboleth-ds/idpselect.js /etc/shibboleth-ds/idpselect.js
Alias /shibboleth-ds/idpselect.css /etc/shibboleth-ds/idpselect.css
Alias /shibboleth-ds/index.html /etc/shibboleth-ds/index.html
+
+ <IfModule mod_shib.c>
+ ShibRequestSetting requireSession false
+ require shibboleth
+ </IfModule>
</IfModule>
More information about the commits
mailing list