[java-centralized-discovery COMMIT] /branches/REL_1/src/installer/resources/wayfconfig.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jul 29 12:01:14 BST 2011
Author: rdw
Date: Fri Jul 29 12:01:14 2011
New Revision: 2185
URL: http://svn.shibboleth.net/view/java-centralized-discovery?rev=2185&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SDSJ-91 Document warnOnNoSAML2
Modified:
branches/REL_1/src/installer/resources/wayfconfig.xml
Modified: branches/REL_1/src/installer/resources/wayfconfig.xml
URL: http://svn.shibboleth.net/view/java-centralized-discovery/branches/REL_1/src/installer/resources/wayfconfig.xml?rev=2185&r1=2184&r2=2185&view=diff
==============================================================================
--- branches/REL_1/src/installer/resources/wayfconfig.xml (original)
+++ branches/REL_1/src/installer/resources/wayfconfig.xml Fri Jul 29 12:01:14 2011
@@ -31,7 +31,12 @@
The SearchIgnore element contains a list of words to be ignored while
performing a search.
-
+
+ warnOnNoSAML2 causes the DS to issue a warning when it receives a
+ DS protocol message from an SP which is declared to not support
+ SAML2 in its metadata. The JIRA case
+ https://issues.shibboleth.net/jira/browse/SDSJ-91 has more details.
+
warnOnBadBinding describes what to do iof the metadata has a badly
formed <DiscoveryResponse> false (or not present) means that the bad
SP is removed from the metadata and an error written to the log file.
@@ -39,7 +44,7 @@
THIS SETTING IS SYSTEM WIDE ONLY.
-->
- <Default jspFile="wayf.jsp" errorJspFile="wayferror.jsp" provideList="true" provideListOfList="false" warnOnBadBinding="false" showUnusableIdPs="false">
+ <Default jspFile="wayf.jsp" errorJspFile="wayferror.jsp" provideList="true" provideListOfList="false" warnOnBadBinding="false" warnOnNoSAML2="false" showUnusableIdPs="false">
<SearchIgnore>
<IgnoreText>Institution</IgnoreText>
<IgnoreText>University</IgnoreText>
More information about the commits
mailing list