Results 1 to 5 of 5

Thread: Implementing common login module for multiple web applications

  1. #1
    Join Date
    Feb 2011
    Posts
    12

    Question Implementing common login module for multiple web applications

    Hai all, I have multiple web applications where as i want to authendication only once like sso (but i don't want to use CAS sso). Can any one of them provide the details about hw to use common authendication for multiple webapplication (w/o CAS sso) using spring security or how to create the common custom authendication like sso with spring security.

    Please reply me if anybody aware of this.

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    It seems like you are saying that you want SSO without having to use an SSO system...

    Can you explain why you don't want to use CAS?
    Spring - by Pivotal
    twitter @tekul

  3. #3
    Join Date
    Feb 2011
    Posts
    12

    Default

    Hi Luke Taylor,

    Actually we have different modules in our applications, so Each modules are deployed as seperate web application in application server. Where as one set of modules will be for internal portal and another set of modules will be for external (public) portal.

    we are using two different ldap to keep the authendication for internal and external.
    That's why, we don't want to use the CAS or build in App Server SSO.

    Next thing is that, in the external portal, we have different modules, where as we want to authendicate all the modules with single authendication module.
    and all the internal portal modules have to be authendicated with another common authendication module.

    Both the external and internal portal modules will be running on single app server.

    Thanks in advance.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,834

    Default

    So do you need to be able to SSO between the internal and the external applications? If the do not need single sign on between the two you can create two instances of CAS one pointing at internal ldap and the other pointing at external ldap. If you need to SSO across the two you will need to link the accounts in some way. For example, the first time logging in the user would enter their credentials for both internal and external. Then you would configure CAS to return the information from the internal ldap for apps that rely on it and external for apps that rely on the external ldap configuration.
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

  5. #5
    Join Date
    Feb 2011
    Posts
    12

    Default

    I don't want between SSO between internal and external portal.
    Just I want two seperate SSO. Let me try in this way and update. Thanks.

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
  •