Single Sign On Web Site

R

Rodney Lane

Hi

I am investigating the possibility writing an application which uses single
sign on with ASP.Net / VB.Net and was wondering if anyone has endeavoured to
do this yet.

I will most likely be using Site Minder as the single sign on engine, and
building the ASP.Net front end to drive it.

Does anyone know where I can find some code on how to manipulate standard
LDAP through vb.net / ASP.Net, as siteminder (to the est of my knowledge)
uses LDAP only.

Also, does anyone have a better idea of how I should do this - if there is a
tried and tested method of implementing single sign on - please let me know
where to find it so that I can investigate.

Many thanks

Rodney Lane.
 
J

John Saunders

Rodney Lane said:
Hi

I am investigating the possibility writing an application which uses single
sign on with ASP.Net / VB.Net and was wondering if anyone has endeavoured to
do this yet.

I will most likely be using Site Minder as the single sign on engine, and
building the ASP.Net front end to drive it.

Does anyone know where I can find some code on how to manipulate standard
LDAP through vb.net / ASP.Net, as siteminder (to the est of my knowledge)
uses LDAP only.

Also, does anyone have a better idea of how I should do this - if there is a
tried and tested method of implementing single sign on - please let me know
where to find it so that I can investigate.

You can use Forms Authentication. If you have several sites within the same
domain, and if they keep their <machineKey> settings the same, and use Forms
Authentication cookies with the same name, path and domain, then signing
into one site will effectively sign into them all.

Forms Authentication doesn't care whether you validate your users through
LDAP, a database, or by pure guessing.
 

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,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top