Thursday, May 17, 2012

Passport authentication in asp.net

This is third party authentication method.In this method we ask users to get authentication from Microsoft third party Service oriented website that is passport.com(live.com)The following steps are perform during passport authentication
1.user makes a request to secured web page
2.IIS allowed user as anonymous
3.Asp.net checks for passport identity and redirects the user to passport website
4.passport displays login page where user should enter passport registered details
5.passport checks for credentials and creates an identity called passport ticket. This ticket is redirected to user
6.user along with ticket requests secured page and is allowed as anonymous and this time asp.net also allowed because of passport identity

No comments:

Bel