How to implement SSO on ASP.NET application using Sun One agent ?

C

CV

Hi,
My asp.net application is currently using Forms Authentication. But we
want to implement SSO instead.
The way it will be done is: An ISAPI filter will be installed on IIS
5.0 which will autheticate a user and will send the information of the
user in HTTP Headers. I'll have to read the HTTP headers and have to
let the user navigate the site depending on the roles he is in..

If anyone has implemented it, or if you have seen any examples, then
Please let me know.
Your help is greatly appreciated.

Thanks,
CV
 
B

bruce barker

in global.asax (HttpApplication), you can read the header and setup the
identity.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top