Results 1 to 2 of 2

Thread: CAS Authentication Provider, custom UserDetailsService, J2EE container authentication

  1. #1
    Join Date
    Mar 2008
    Posts
    7

    Question Combining CAS and Pre-Authentication Authentication Providers

    I am currently using JASIG CAS 3.3.2 and a custom JAAS module to register users' roles with the container by looking the roles up in a custom database schema. I would like to move to using Spring Security in a similiar manner, however I am uncertain if Spring Security is capable of this since it would require two authentication providers: CAS and Pre-Authentication.

    Can someone confirm if this is possible?

    I have read in other posts that the Container Adapter Authentication feature is being removed for Spring Security 2.5 / 3.0 and that Pre-Authentication should be able to handle it. I would really appreciate any help offered!

    Andrew
    JASIG CAS Deployer & Committer
    Last edited by afelle1; Apr 23rd, 2009 at 02:25 PM. Reason: Cleaned up title; minor post refactor

  2. #2
    Join Date
    Mar 2008
    Posts
    7

    Exclamation

    I realize it has been two weeks, but I would really appreciate any help with getting CAS and Pre-Authentication worked out. Has no one really tried this?

Tags for this Thread

Posting Permissions

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