[java-identity-provider] branch main updated: IDP-1831 - Uncaught Exception while proxying to Azure
Scott Cantor
cantor.2 at osu.edu
Thu Jun 24 18:00:04 UTC 2021
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=e9da5fa3b3f2f5c984312c1371388e7dbfaf47f9
The following commit(s) were added to refs/heads/main by this push:
new e9da5fa3b IDP-1831 - Uncaught Exception while proxying to Azure
e9da5fa3b is described below
commit e9da5fa3b3f2f5c984312c1371388e7dbfaf47f9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 24 13:59:31 2021 -0400
IDP-1831 - Uncaught Exception while proxying to Azure
https://issues.shibboleth.net/jira/browse/IDP-1831
Ensure old SAMLAuthnContext is replaced.
---
.../main/resources/net/shibboleth/idp/flows/authn/saml-authn-flow.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-flow.xml
index 92e1864e4..c62159315 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-flow.xml
@@ -49,7 +49,7 @@
<attribute name="csrf_excluded" value="true" type="boolean"/>
<on-render>
<evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).addSubcontext(new net.shibboleth.idp.authn.context.ExternalAuthenticationContext(new net.shibboleth.idp.authn.impl.ExternalAuthenticationImpl(false)), true).setFlowExecutionUrl(flowExecutionUrl + '&_eventId_proceed=1')" />
- <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).addSubcontext(new net.shibboleth.idp.saml.saml2.profile.impl.SAMLAuthnContext(EncodeMessage, messageDecoderFactory))" result="flowScope.samlContext" />
+ <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).addSubcontext(new net.shibboleth.idp.saml.saml2.profile.impl.SAMLAuthnContext(EncodeMessage, messageDecoderFactory), true)" result="flowScope.samlContext" />
<evaluate expression="flowScope.samlContext.setOutboundMessageHandler(PreEncodeMessageHandler)" />
</on-render>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list