Cloudseal (Disclaimer: I work here) provides Single Sign On for intranet, extranet and SaaS apps. It's based on SAML which is an industry standard for cross domain single sign on. It's offered as a pay as you go SaaS application at $1 per user per month (volume discounts available). We tried to make Cloudseal simple to use but it includes some powerful features:
- Tight Java integration through a Spring Security extension and Tomcat valve
- REST api and Java SDK for managing users
- Wide range of SAML client libraries for other languages (.NET, PHP, Ruby etc)
- Two factor authentication with support for physical, smartphone and software tokens (included)
- Built in support for popular SaaS apps (Google apps, Salesforce etc)
- Full identity management including user provisioning and management (reset password,
lock/suspend account etc)
- Configurable password policies
- Audit log with search functionality
- No firewall changes required
- Self service options to allow end users to reset their passwords etc
Your single sign on system is critical because if this system goes down all your apps also go down so a resilient architecture is crucial. As Cloudseal is a SaaS platform there's no need to provision your own servers and the Cloudseal infrastructure includes firewalls, clustered servers, reverse proxies etc and everything is replicated in a disaster recovery environment. Building this type of infrastructure yourself would be very expensive.
However if you want or need to host your own SSO platform internally a cloud/saas approach may not be suitable and you would need to look at some other options ...
Crowd is also a good Java based platform. It doesn't have as many features as Cloudseal but it does have good integration with the other Atlassian apps (Jira, Confluence etc). It's available as a traditional application which you can install and manage locally and it will connect to your LDAP repository (if you have one), otherwise it will use it's own storage system. Atlassian are known for offering excellent support.
Of the open source platforms CAS is probably the best option as it is widely used and well supported (although AFAIK there is no commercial support available). The CAS protocol itself is specific to CAS but there are plugins for SAML and OpenId. Unlike the other platforms I mentioned, CAS is just a SSO fronted to your existing identity management system, there are no features for adding users, resetting passwords etc. There are CAS plugins available for:
- uPortal
- BlueSocket
- TikiWiki
- Mule
- Liferay
- Moodle
You've already looked at OpenSSO (now OpenAM) and JOSSO so I won't cover those