[java-identity-provider] branch master updated: IDP-1163 - Flow expression failing on exit from login form

Scott Cantor cantor.2 at osu.edu
Mon Dec 3 11:46:11 EST 2018


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

scantor pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  d9d05f3   IDP-1163 - Flow expression failing on exit from login form
d9d05f3 is described below

commit d9d05f381696b153aee9d1bc68c12274da1ee5e2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 3 11:46:09 2018 -0500

    IDP-1163 - Flow expression failing on exit from login form
    
    https://issues.shibboleth.net/jira/browse/IDP-1163
---
 .../src/main/resources/system/flows/authn/password-authn-flow.xml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml b/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
index 4696ff6..87b3c2d 100644
--- a/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
@@ -44,10 +44,10 @@
         </on-render>
 
         <transition on="proceed" to="ExtractUsernamePasswordFromFormRequest">
-            <evaluate expression="authenticationContext.setAttemptedFlow(thisFlow)" />
+            <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).setAttemptedFlow(thisFlow)" />
         </transition>
         <transition on="#{currentEvent.id.startsWith('authn/')}" to="PreserveAuthenticationFlowState">
-            <evaluate expression="authenticationContext.setAttemptedFlow(authenticationContext.getPotentialFlows().get(currentEvent.id))" />
+            <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext)).setAttemptedFlow(authenticationContext.getPotentialFlows().get(currentEvent.id))" />
         </transition>
 
         <on-exit>

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


More information about the commits mailing list