Results 1 to 2 of 2

Thread: Signing in with Multiple WARs

  1. #1

    Default Signing in with Multiple WARs

    Hi,

    I was wondering if I have a security-WAR that contains my Spring Security configurations as well as my sign-in page, and I have another WAR called Application-1. Is it possible to have it so that when I click on a secured page on Application-1 that it will invoke the login page in my security-WAR and then redirect back to the secured page in Application-1 after it has authenticated? Any help is very much appreciated.

    The technology being used is as follows.

    Weblogic Server 10.0
    JDK 1.5_11
    Spring Webflow 2.0.5.RELEASE
    Spring Core 2.5.4
    Spring Security Core 2.0.4

    Thanks,

    Juan

  2. #2

    Default

    Does anyone know if Container Adapter Authentication would work for this?

    Thanks,

    Juan

Posting Permissions

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