What is the best way

  • Thread starter Thread starter l.costa
  • Start date Start date
L

l.costa

Hi all

thanks to give me you point of view regarding this question.

I have a portal www.website.com with some sub domain like job.website.com event.website.com etc…

I would like when a user is authentified, in one of this portal, I would like to re-use is Session for all portal I have (No need to log in again any more) what is the best practice or the idea.

Thanks for your help

Lino
 
Ideas:
1) how about driving the entire thing with Sharepoint?
2) if you control all the sub=sites... then treat it as a single web app.
Use DNS to map it all instead of using IIS to map.
3) Passport
4) Configure Active Directory to handle auth/auth for you (requires user to
be a member of a known domain)
5) Install a commercial single-sign-on tool on your web site (Sharepoint is
simpler).

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top