Results 1 to 3 of 3

Thread: New authentication to existing CAS

  1. #1
    Join Date
    Aug 2011
    Posts
    13

    Question New authentication to existing CAS

    Currently I have the http's entry-point-ref pointing to a CAS entry point. I want add a separate login page which authenticates against a local db authentication provider. I want a separate login (spring/login) to auth against a separate provider and everything else (spring/**) to auth against CAS. The resources are shared, but I want the security context to be set differently depending on where they enter. Is there a way to do that? I'm using security 3.0. I would appreciate any ideas.

  2. #2

    Default

    Have you considered assigning roles based on authentication source ? ie ROLE_FROM_CAS and ROLE_FROM_DB...

    Spring makes it very easy to then test for those roles ...

  3. #3
    Join Date
    Aug 2011
    Posts
    13

    Default

    I have a requirement to add a non-cas login form with a separate user store.

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
  •