[java-identity-provider] branch main updated: IDP-2252 - Bug in wiring of example in authn-comparison.xml
Scott Cantor
cantor.2 at osu.edu
Thu Feb 22 17:12:43 UTC 2024
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=5353ae950d8576640b69319c50f2072dec803e93
The following commit(s) were added to refs/heads/main by this push:
new 5353ae950 IDP-2252 - Bug in wiring of example in authn-comparison.xml
5353ae950 is described below
commit 5353ae950d8576640b69319c50f2072dec803e93
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