[java-identity-provider] 28/51: IDP-2252 - Bug in wiring of example in authn-comparison.xml

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:29:00 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=886dc7320b72e28e46e30e6b6db6d4da69074811

commit 886dc7320b72e28e46e30e6b6db6d4da69074811
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 22 12:12:40 2024 -0500

    IDP-2252 - Bug in wiring of example in authn-comparison.xml
    
    https://shibboleth.atlassian.net/browse/IDP-2252
---
 .../net/shibboleth/idp/module/conf/authn/authn-comparison.xml       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn-comparison.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn-comparison.xml
index 0730bcb69..c3d62ba13 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn-comparison.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn-comparison.xml
@@ -56,7 +56,7 @@
         <entry>
             <key>
                 <bean parent="shibboleth.SAML1AuthenticationMethod"
-                    c:classRef="https://sp.example.org/context" />
+                    c:method="https://sp.example.org/context" />
             </key>
             <list>
                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
@@ -94,7 +94,7 @@
             </key>
             <list>
                 <bean parent="shibboleth.SAML1AuthenticationMethod"
-                    c:classRef="https://sp.example.org/context" />
+                    c:method="https://sp.example.org/context" />
                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                     c:classRef="https://sp.example.org/context" />
             </list>
@@ -106,7 +106,7 @@
             </key>
             <list>
                 <bean parent="shibboleth.SAML1AuthenticationMethod"
-                    c:classRef="https://sp.example.org/context" />
+                    c:method="https://sp.example.org/context" />
                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                     c:classRef="https://sp.example.org/context" />
             </list>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list