| 1. |
How passport authetication works and created |
|
Answer» When we apply Passport authentication to our application it will first checks the users machine for a latest/Current passport authentication cookie and if avail it will use that and If it is not available then ASP.NET directs the user to a Passport signon page.Then Passport SERVICE authenticates the user and then stores an authentication cookie on the users computer and direct the user to the REQUESTED page. |
|