Results 1 to 2 of 2

Thread: Scripting authentication and action.

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    1

    Default 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?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    You can do this in Spring Secuirity 3.1+ by overriding successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) method to invoke chain.doFilter(request,response)
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •