Search:

Type: Posts; User: inthezone; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    768

    Thanks. Setting the authentication object in the...

    Thanks. Setting the authentication object in the SecurityContext helped me resolve the problem.


    SecurityContextHolder.getContext().setAuthentication(authentication);
  2. Replies
    4
    Views
    768

    Thanks rwinch but I'm already using an internal...

    Thanks rwinch but I'm already using an internal library for AD. The user is already authenticated by the time he reaches my login page. All I need to do is bypass Spring Security authentication, i.e....
  3. Replies
    4
    Views
    768

    Bypass login page

    I've been given an application which uses Spring Security and would like to know how I can bypass the login page. I have a Filter which adds a Kerberos key object after successfull AD authentication....
Results 1 to 3 of 3