1

We're using a webapps like google apps(mail), jira, etc. and would like to implement single sign on on our system. What is the best or top pick when choosing a single sign on app? Is CAS(http://www.jasig.org/cas) a good choice? BTW most of our machines are Ubuntu.

Thanks

Jonar
  • 171
  • 4
  • 13
  • Product and service recommendations are off topic per the updated [FAQ](http://serverfault.com/faq). – sysadmin1138 Aug 09 '12 at 17:18
  • curious your thoughts @Jonar on http://discuss.area51.stackexchange.com/questions/21958/why-a-proposal-for-identity-access-management-makes-sense – Andrew Arrow Oct 01 '15 at 18:40

2 Answers2

1

Give a try on following link http://www.josso.org/

http://cosign.sourceforge.net/

:)

Rajat
  • 3,329
  • 21
  • 29
1

I've used CAS in the past and found it to be excellent for medium sized organisations (<500 employees). It integrates well with Java applications (through Spring Security) and is a very lightweight solution.

An alternative for a much, much bigger approach is OpenSSO developed by Sun. This is a total beast, but meets every conceivable requirement for an SSO policy.

Gary
  • 111
  • 1
  • 4