Results 1 to 2 of 2

Thread: JBoss Negotiation and Pre-Auth

  1. #1
    Join Date
    Oct 2010
    Posts
    1

    Default JBoss Negotiation and Pre-Auth

    Hi,

    I am trying to combine JBoss Negotiation 2.0.3-SP2 with Spring Security 2.0.5. I have the JBoss Negotiation working in JAAS, and it is authenticating the request. I then try to use the Pre-Authenticated scheme. However I can't seem to fine a filter that will work. I am trying to do this out-of-the-box.

    Has anyone gotten this to work?

    I could try subclassing the RequestHeaderPreAuthenticatedProcessingFilter class, but I would rather not. Is the a principal name I can provide to make it work out of the box?

    Thanks

  2. #2

    Default

    I made it work using container based auth... so the filter that I used was J2eePreAuthenticatedProcessingFilter

Posting Permissions

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