[java-identity-provider] branch maint-4 updated: IDP-1990 - Access control in lockout flow looking for wrong parameter

Scott Cantor cantor.2 at osu.edu
Wed Aug 3 15:56:41 UTC 2022


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

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

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new f30e3f0c7 IDP-1990 - Access control in lockout flow looking for wrong parameter
f30e3f0c7 is described below

commit f30e3f0c7d669389c6a4054eadd2389a90204625
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 3 11:56:37 2022 -0400

    IDP-1990 - Access control in lockout flow looking for wrong parameter
    
    https://shibboleth.atlassian.net/browse/IDP-1990
---
 .../src/main/resources/net/shibboleth/idp/flows/admin/lockout-beans.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/lockout-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/lockout-beans.xml
index c488f82bd..4889defeb 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/lockout-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/lockout-beans.xml
@@ -27,7 +27,7 @@
         
     <bean id="shibboleth.AdminResourceLookupStrategy" parent="shibboleth.ContextFunctions.Expression"
         c:outputType="#{T(java.lang.String)}"
-        c:expression="#input.getSubcontext(T(net.shibboleth.idp.profile.context.SpringRequestContext)).getRequestContext().getFlowScope().get('context')" />
+        c:expression="#input.getSubcontext(T(net.shibboleth.idp.profile.context.SpringRequestContext)).getRequestContext().getFlowScope().get('key')" />
     
     <!--  Work beans. -->
     

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


More information about the commits mailing list