Is it possible to authenticate on another website?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-03-17T18:37:40Z Indexed on 2010/03/17 18:41 UTC
Read the original article Hit count: 166

If I am on a website#1, and I enter my username/pwd for website#2 on a login page that is on website#1, and website#1, behind the scenes, makes a httpwebrequest to website#2 and posts to the login page. If I then navigate to website#2, should I be logged in?

website#2 uses formsauthentication and I call a httpHandler that is on website#2 and pass it the username/password via the querystring.

Should this work?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about forms-authentication