pre-authentication Questions
3
Newbie question... I've successfully implemented custom handlers and service (Custom User Details Service, Authentication Success, Authentication Failure) and everything working fine. I've now also...
Tsarevna asked 29/6, 2013 at 7:0
2
Solved
I'm just a beginner in Spring Security, but I would like to know is it possible to configure keycloak in a way that I can use @PreAuthorize, @PostAuthorize, @Secured and other annotations.
For exam...
Blondell asked 31/12, 2015 at 22:32
4
I'm trying to use JavaConfig instead of XML configuration for Spring Security.
I would like to use @PreAuthorization for declaring access rights.
My Spring Security Config looks like this:
@Confi...
Impractical asked 18/12, 2013 at 6:26
1
Solved
I have a situation where i need to pass the path variable as a argument to the preauthorize
@RequestMapping(value="/page/{cmd}", method = RequestMethod.GET)
@PreAuthorize("hasRole(#cmd)")
publ...
Herculie asked 23/7, 2013 at 10:28
1
My app gets an AUTH_USER request header with username from Oracle Access Manager SSO. Spring Security "Additional Topics" 2.2.1 has an example of "PreAuth" that seems to be what I need, but not a f...
Pastel asked 27/9, 2014 at 1:2
1
I have a need to have multiple PRE_AUTH Spring Security filters. In particular I need to use a PRE_AUTH filter in addition to the two filters configured as PRE_AUTH in the SAML extension to Spring ...
Gwynethgwynne asked 17/8, 2011 at 20:32
1
Solved
I am trying to use PreAuthFilter (for Siteminder) with Spring Security 3.0.
<http use-expressions="true">
<intercept-url pattern="/admin/**" access="hasRole('ROLE_ADMIN')" />
<in...
Executioner asked 4/11, 2011 at 13:23
2
Solved
The application is already using Windows integrated security, not Forms. What I am trying to accomplish is a so called "step-up" authentication, or "force re-authentication" for the following scena...
Stomachic asked 28/9, 2011 at 15:22
1
© 2022 - 2024 — McMap. All rights reserved.