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

Scott Cantor cantor.2 at osu.edu
Wed Aug 3 15:58:00 UTC 2022


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=0ac9ab43361991714b45eb24814fb5d13fd805bf

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

commit 0ac9ab43361991714b45eb24814fb5d13fd805bf
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