Dennis' Weblog
Web Agents Download Page
I have just posted a web page that contains a bunch of hyperlinks to Sun Java System Access Manager Web Agents. Here
These agents work with OpenSSO server i.e. You can have an OpenSSO server hosted in a machine to administer users and policies; and one of these agents on another machine to govern access of web resources on that machine. At 3000 feets, this is how it works
Web Agent is like a web filter. It intercepts all http/https request. Then it does the followings
- Check if the accessed resource is protected or not; if yes, proceed to the next step; if not, grant access to it;
- Check if the person who is making the request has authenticated himself to OpenSSO server or not; if yes, proceed to the next step; if not, redirect him to the Login Page.
- Send a request to OpenSSO server on this request; OpenSSO server will response with a decision i.e. either grant or deny access.
- Base on this decision, Web Agent acts accordingly.
Well, this is an overview. I have left out alot of things for sure.
Posted at 05:00PM Sep 01, 2006 by justme in OpenSSO | Comments[7]
Posted by Eduardo Pelegri-Llopart on September 01, 2006 at 06:03 PM PDT #
Posted by Dennis Seah on September 02, 2006 at 11:45 AM PDT #
An Access Manager Policy Agent 2.2 for Apache 2.2.3 would also be nice.
Will there be a source code release of the web agents within the opensso project?
Posted by Thorleif Wiik on September 02, 2006 at 11:51 AM PDT #
Posted by Eduardo Pelegri-Llopart on September 02, 2006 at 06:40 PM PDT #
The Web Agent for Sun Java System Web Server 7.0 is not out yet.
The Apache Web Agent is already open sourced. However, I do not know if Apache 2.2.3 is supported or not. Send me an email and I will hook you up with the Technical Lead for Web Agent. Thanks
hi Eduardo, you are welcome.Posted by Dennis Seah on September 02, 2006 at 09:23 PM PDT #
Posted by Mads Toftum on September 03, 2006 at 04:09 AM PDT #
the agent source code is under opensso/products/webagents
https://opensso.dev.java.net/source/browse/opensso/products/webagents/
Posted by Dennis Seah on September 04, 2006 at 09:07 PM PDT #