-
Dec 3rd, 2012, 01:59 PM
#1
Scripting authentication and action.
I would like to be able to send a single http request that executes both the authentication and the request with one URL invoke. Basically I want one request that passes the userid and password plus the parameters for the http request and performs the authentication then continues with the request. Is that possible?
-
Dec 5th, 2012, 09:23 AM
#2
You can do this in Spring Secuirity 3.1+ by overriding successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) method to invoke chain.doFilter(request,response)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules