sso « Security « Spring Q&A





1. What is SSO authentication touch point used for?    stackoverflow.com

I find there are following code in NTLMAuthenticationFilter.java which used for alfresco share SSO authenticate:

   Response remoteRes;
   if (cachedNtlm)
   {
      ...

2. Suggestion for implementing SSO and Spring Security in application    stackoverflow.com

I am trying to implement something like SSO . There are two applications involved (let us call it application A and application B) . Application A is already existing legacy application ...

3. single signon + spring    stackoverflow.com

Can anybody tell me how to implement single signon in my spring application.(Tomcat or Jboss server) share me any documentation or link to bring this feature in my spring app. I am using ...

4. Has Anyone Used Crowd 2.2.7 With Spring Security 3.0 For SSO Implementation?    stackoverflow.com

Has anyone used crowd 2.2.7 with spring security 3.0 for SSO implementation? Is there any better alternative in open source?

5. spring security login with rest web service    stackoverflow.com

My company has a specific authentication provider which is an internal REST web service. In fact, you provide a login/password to the web service and it returns a token (which has a ...

6. Spring Security and SSO integration    stackoverflow.com

I am quite new to Spring Security framework so please be patient if i am asking some thing obvious or i am missing some thing obvious. I have a requirement, where in ...

7. Multi-level Authentication with SSO and LoginPage    forum.springsource.org

Multi-level Authentication with SSO and LoginPage Hi, this may have been asked and answered already somewhere, but seems to be hidden very well ;-) I want to use an authentication set ...

8. LDAP + SSO + Switch User    forum.springsource.org

LDAP + SSO + Switch User I'm new to spring security and have a question about what happens to the user data object after switching user: 1. In my application I ...

9. Spring security 3 & SSO with pubcookie    forum.springsource.org

I've to implement SSO using pub-cookie (http://www.pubcookie.org/). I think I am on the right track, although there are still some missing pieces. Can somebody please tell me if I have the ...





10. Spring Security SSO Servers    forum.springsource.org

Hi, I would like to know if it is possible to configure Spring Security with SSO Servers other than CAS. An example will be really appreciated. Thank you in advance, Richard. ...

11. Certificate Exception: No name matching [sso host name] found    forum.springsource.org

Certificate Exception: No name matching [sso host name] found Hi, I am trying to login to a secured site via CAS. The request redirects to an error.jsp on providing valid userid ...

12. RSA Security Federated Identity (B2B SSO)    forum.springsource.org

RSA Security Federated Identity (B2B SSO) Any chance that ACEGI will support RSA security federated identity management system? The RSA security federated identity management has a secure Business-to-Business Single Sing-On (B2B ...

13. using ACEGI with mod_sso (Oracle SSO)    forum.springsource.org

Hello I would like to use the acegi security for a new (big) project. The project will use Oracle SSO for user authentication and LDAP to store the authorization (roles). Does ...

14. SSL necessary for SSO?    forum.springsource.org

I've got a Acegi secured application using a CAS login form accessing user/password info in a database. We chose CAS so we could have single sign on. We built upon the ...

15. SSO between acegi application and sun access manager    forum.springsource.org

SSO between acegi application and sun access manager Hi, I'm trying to work out a SSO solution for some applications against a central Sun Access Manager. One of the applications I ...

16. SSO with NTLM on spring-security 2.0 snapshot    forum.springsource.org

Hi, Has anyone tested on the above setup? I followed the JIRA ticket mentioned in http://www.researchkitchen.co.uk/blog/archives/55 and it finally pointed me to http://acegisecurity.sourceforge.net/nightly/ which has the binaries but not the documentations. ...





17. Acegi and SSO    forum.springsource.org

Hi I'm very new to ACEGI and I need to create an SSO enviroment between multiple WAR running on different App Servers. What is the simplest, out-of-the-box SSO solution that I ...

18. How to achieve SSO using acegi-security-1.0.6    forum.springsource.org

Hi All, I have downloaded acegi-security-1.0.6. I want to implement SSO between two web application using acegi-security-1.0.6 framework. Any installation guide/Sample code for SSO/Document on SSO using acegi-security-1.0.6 will help me. ...

19. New ACEGI-based SSO - Advice Please    forum.springsource.org

New ACEGI-based SSO - Advice Please Hi I've been tasked with replacing our existing SSO (Oracle Internet Directory) with something new. I'm very interested in hearing what people would choose if ...

20. Adobe AIR client + Spring Security + SSO integration    forum.springsource.org

Adobe AIR client + Spring Security + SSO integration Could you please share you knowledge about AIR applications integration with any open SSO. Our backend is based on Spring, integration with ...

21. Spring security integration with Oracle SSO 9iAs    forum.springsource.org

Hi spring-ers, I have a problem integrating spring security 2.0.5 with Oracle SSO, is it the same with CAS configuration? really appreciate for your help. thank you.

22. SSO authentication    forum.springsource.org

Hi all I have configured kerberos authentication and it's working quite well, however when authentication fails for someone ie using a PC off the domain or firefox, then it shows a ...

23. j_security_check and sso    forum.springsource.org

j_security_check and sso Hi all, I'm not sure if this the indicated forum, I'm using spring, struts and hibernate framework on muy application. I'm using j_security_check and sso validation, but I ...

24. Which solution will be great for SSO Integration with Spring Security    forum.springsource.org

Hi, I am developing a web solution where Two or more application needs the Logged In user detail and some of the common resource without the need of login to each ...

25. Spring security with SSO    forum.springsource.org

I have an application developed in JDK1.4 and not using any Spring modules. I want to use Spring security and Single sign on. Is it possible to add Spring security module ...

26. Windows SSO authentication    forum.springsource.org