[java-identity-provider] branch main updated: IDP-2109 - Incorrect top-level status code for NoAuthnContext response
Scott Cantor
cantor.2 at osu.edu
Thu Dec 7 17:34:28 UTC 2023
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=72b32e4a57a80be916f277d3ca806d71b8604238
The following commit(s) were added to refs/heads/main by this push:
new 72b32e4a5 IDP-2109 - Incorrect top-level status code for NoAuthnContext response
72b32e4a5 is described below
commit 72b32e4a57a80be916f277d3ca806d71b8604238
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 7 12:34:25 2023 -0500
IDP-2109 - Incorrect top-level status code for NoAuthnContext response
https://shibboleth.atlassian.net/browse/IDP-2109
---
.../src/main/resources/net/shibboleth/idp/conf/saml-utilities.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/saml-utilities.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/saml-utilities.xml
index d5bc452ee..06491efc3 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/saml-utilities.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/saml-utilities.xml
@@ -60,7 +60,7 @@
</util:list>
<util:list id="shibboleth.SAML2Status.NoAuthnContext">
- <util:constant static-field="org.opensaml.saml.saml2.core.StatusCode.REQUESTER" />
+ <util:constant static-field="org.opensaml.saml.saml2.core.StatusCode.RESPONDER" />
<util:constant static-field="org.opensaml.saml.saml2.core.StatusCode.NO_AUTHN_CONTEXT" />
</util:list>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list