Cafésoft today announced Cafésoft Access Management System 1.0 (Cams). Cams is is security software that centrally controls access to Apache, Tomcat, and custom resources. Cams provides single sign-on to multiple web applications and servers, role-based access control, centralized management of rules/permissions, etc.
Check out Cams Web Access Management System and press release.
-
Cams Web Access Management System Released (9 messages)
- Posted by: Floyd Marinescu
- Posted on: February 05 2003 17:44 EST
Threaded Messages (9)
- very cool, how is everyone handling SSO and user admin? by j f on February 05 2003 18:51 EST
- Open Source For Single Sign On by Mittal Bhiogade on February 05 2003 22:09 EST
- open source liferay portal by Alex Almero on February 06 2003 04:12 EST
-
open source liferay portal by arun sahni on February 06 2003 10:09 EST
- open source liferay portal by T Q on February 06 2003 10:40 EST
-
open source liferay portal by arun sahni on February 06 2003 10:09 EST
- Why we created Cams? by Gary Gwin on February 06 2003 12:57 EST
- You are missing the point by bad mASH on February 05 2003 23:26 EST
- Single Sign-on a matter of scope by Gary Gwin on February 06 2003 13:09 EST
- Single Sign-on a matter of scope by bad mASH on February 06 2003 04:32 EST
- Single Sign-on a matter of scope by Gary Gwin on February 06 2003 13:09 EST
-
very cool, how is everyone handling SSO and user admin?[ Go to top ]
- Posted by: j f
- Posted on: February 05 2003 18:51 EST
- in response to Floyd Marinescu
This looks like something I could have really used for a large public/private access sites running on multiple Tomcat and Apache servers.
In general, I have spent a lot of time implementing user/access management administration for J2ee/web apps, and then also dealing with creating custom single sign-on mechanisms. Are others spending a lot of time on this, or what are people using to not get bogged down in this area.
I have been looking at OSUser and OSAccess lately. Are there any open source projects dealing with single sign-on?
j f -
Open Source For Single Sign On[ Go to top ]
- Posted by: Mittal Bhiogade
- Posted on: February 05 2003 22:09 EST
- in response to j f
I am also looking for open source projects for Single Sign,in past I have been using SiteMinder for the same, but looking forward for open source for SSO -
open source liferay portal[ Go to top ]
- Posted by: Alex Almero
- Posted on: February 06 2003 04:12 EST
- in response to j f
i just found this open source portal - liferay a few weeks ago.
hth
alex -
open source liferay portal[ Go to top ]
- Posted by: arun sahni
- Posted on: February 06 2003 10:09 EST
- in response to Alex Almero
Can you give URL of open source portal. -
open source liferay portal[ Go to top ]
- Posted by: T Q
- Posted on: February 06 2003 10:40 EST
- in response to arun sahni
www.liferay.com
Liferay is a cool portal concept and it is FREE!!. Better than BEA's Portal concept.
Thanks
T.Q -
Why we created Cams?[ Go to top ]
- Posted by: Gary Gwin
- Posted on: February 06 2003 12:57 EST
- in response to j f
We have been doing server-based Java projects since 1997. In each project, we had to marry our authentication and access control to the platform's security. In addition, we often had to create layers of our own security code to overcome limitations of the platform security. A simple example would be: "What if authentication/authorization was not just role based, but based on time of day or an account balance?"
Furthermore, we experienced difficulty with Single Sign-on between Java servers and web servers, especially when there are multiple servers in a farm.
The only available solutions to these problems were SiteMinder, ClearTrust, etc. Very pricey and complex solutions, and not quite flexible or open enough to meet our project needs (you even had to sign non-disclosures to get an eval).
Hence, Cams was created with the following high-level objectives:
1) Ease-of-use and evaluation - you can download the eval from our site and have it running in a few minutes
2) Cost effectiveness - The cost is a fraction of what competitors charge and priced for 100 percent ROI in 1 to 2 developer months.
3) Reliability - Cams is packaged, tested, and supported by Cafesoft.
4) Flexibility - Cams is extensible via open developer API's (see the Javadoc on our site)
Gary -
You are missing the point[ Go to top ]
- Posted by: bad mASH
- Posted on: February 05 2003 23:26 EST
- in response to Floyd Marinescu
SSO stands for Single Sign-On -- not single sign-on for Tomcat/Apache/Intranet but "you are on your on for Exchange/LAN/Win2k etc.".
The actual pain in implementing SSO is getting it to integrate with all applications used in the enterprise. But this seems like a good start though! -
Single Sign-on a matter of scope[ Go to top ]
- Posted by: Gary Gwin
- Posted on: February 06 2003 13:09 EST
- in response to bad mASH
I agree that a Single Sign-on (SSO) solution should be evaluated to ensure that it addresses the needs of your project/enterprise. But if the project/enterprise scope only requires SSO across specified web tiers, that is a valid use of the terminology also.
In addition, I'd like to point out that Cams has open developer APIs and exposes the JAAS APIs it uses. The developer is free to create custom "Cams agents" for unsupported platforms or internal application and JAAS LoginModules for unsupported user/password repositories. See the published Javadoc in the download or on our site.
We are planning to release additional agents and LoginModules in future releases. Hence, the scope of Cams SSO support will expand.
Thanks for the reply,
Gary -
Single Sign-on a matter of scope[ Go to top ]
- Posted by: bad mASH
- Posted on: February 06 2003 16:32 EST
- in response to Gary Gwin
Gary,
I have no doubt that Cafesoft may be onto something. But in a previous job, I have dealt with Single-Sign-On implementation for one of the biggest (and baddest)names in this business and from experience I can say that integration with desktop based logon screens is very very critical. Most companies spend $$ on SSO just so that when moronic end users forget their password on Exchange/ NT / whatever else, the helpdesk can handle the problem quickly annd cost efficiently.
JAAS is a good start but helpdesk organzations would like your app to talk natively with the multitude of Unix,Windows etc. protocols and for a good measure even do some screen scraping, for integration with older apps or host communications. Thats a tall order!
You have a great solution for a small part if the problem. I think the next logical step for you would be to get into partnerships with IBM Tivoli, CA-Unicenter and HP OpenView.
Good Luck!