[java-identity-provider] branch main updated: Add a commented map bean back to the file.
Scott Cantor
cantor.2 at osu.edu
Thu Nov 5 23:52:27 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=33246a15acaf7872cacee02fa79c82052e8fa395
The following commit(s) were added to refs/heads/main by this push:
new 33246a15a Add a commented map bean back to the file.
33246a15a is described below
commit 33246a15acaf7872cacee02fa79c82052e8fa395
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 5 18:52:24 2020 -0500
Add a commented map bean back to the file.
---
idp-conf/src/main/resources/conf/authn/authn-comparison.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/authn/authn-comparison.xml b/idp-conf/src/main/resources/conf/authn/authn-comparison.xml
index 21ea8eb25..0730bcb69 100644
--- a/idp-conf/src/main/resources/conf/authn/authn-comparison.xml
+++ b/idp-conf/src/main/resources/conf/authn/authn-comparison.xml
@@ -29,7 +29,16 @@
<value>1</value>
</entry>
</util:map>
-
+
+ <!--
+ Uncomment and add entries to this map to support "inexact" SAML RequestedAuthnContext operators.
+ Please refer to the AuthenticationFlowSelection documentation topic for details and examples.
+ -->
+ <!--
+ <util:map id="shibboleth.AuthnComparisonRules">
+ </util:map>
+ -->
+
<!-- List of context classes or declarations to ignore if an SP requests them. -->
<util:list id="shibboleth.IgnoredContexts">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list