25 Jun 2021 12:46 PM - last edited on 18 Nov 2021 11:47 AM by MaciejNeumann
Hi,
I'm trying to capture a session attribute like I used to do it in Appmon:
But tried to define a Request Attribute as "Servlet Session Attribute" with no luck:
I tried to define the same type of Request Attribute but only setting "SPRING_SECURITY_CONTEXT" and it captures all parameter configuration, and that's not we need.
Anyone knows how to capture one specific method from a Session Attribute?
Thanks!
25 Jun 2021 10:42 PM
Hello, Just underneath the parameter name is an expandable section "Further restrict or process captured parameters (optional)"
29 Jun 2021 03:59 PM
Hi Richard,
Thanks! But how can I specify the list of methods to capture the last one?
SPRING_SECURITY_CONTEXT.getAuthentication().getPrincipal().getUsername()
11 Oct 2022 12:03 PM
Hello,
Did you finally get the session attribute from the method?
Regards.