[java-identity-provider] branch main updated: IDP-1673 - Error in Extended Flow section of login.vm

Scott Cantor cantor.2 at osu.edu
Tue Sep 8 12:37:43 UTC 2020


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=2836155b78c7dda6fd0a9224b9ff55795551ca1d

The following commit(s) were added to refs/heads/main by this push:
       new  2836155b7 IDP-1673 - Error in Extended Flow section of login.vm
2836155b7 is described below

commit 2836155b78c7dda6fd0a9224b9ff55795551ca1d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 8 08:37:35 2020 -0400

    IDP-1673 - Error in Extended Flow section of login.vm
    
    https://issues.shibboleth.net/jira/browse/IDP-1673
---
 idp-conf/src/main/resources/views/login.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/views/login.vm b/idp-conf/src/main/resources/views/login.vm
index 7609d4003..c7b15c98d 100644
--- a/idp-conf/src/main/resources/views/login.vm
+++ b/idp-conf/src/main/resources/views/login.vm
@@ -90,7 +90,7 @@
             #end
 
             #foreach ($extFlow in $extendedAuthenticationFlows)
-              #if ($authenticationContext.isAcceptable($extFlow) and $extFlow.apply(profileRequestContext))
+              #if ($authenticationContext.isAcceptable($extFlow) and $extFlow.test(profileRequestContext))
                 <div class="form-element-wrapper">
                   <button class="form-element form-button" type="submit" name="_eventId_$extFlow.getId()">
                     #springMessageText("idp.login.$extFlow.getId().replace('authn/','')", $extFlow.getId().replace('authn/',''))

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


More information about the commits mailing list