---
title: "Explain the steps to be followed to use Passport authentication."  
description: "Explain the steps to be followed to use Passport authentication."  
author: "Anonymous User"  
published: 2011-08-24  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1156/explain-the-steps-to-be-followed-to-use-passport-authentication  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Explain the steps to be followed to use Passport authentication.

Following steps needs to be performed for implementing passport authentication.\

1. Install the Passport SDK.
2. Set the application’s authentication mode to Passport in Web.config.
3. Set authorization to deny unauthenticated users.
4. Use the PassportAuthentication_OnAuthenticate event to access the user’s Passport profile to identify and authorize the user.
5. Implement a sign-out procedure to remove Passport cookies from the user’s machine.

## Answers

### Answer by Anonymous User

Following steps needs to be performed for implementing passport authentication.\

1. Install the Passport SDK.
2. Set the application’s authentication mode to Passport in Web.config.
3. Set authorization to deny unauthenticated users.
4. Use the PassportAuthentication_OnAuthenticate event to access the user’s Passport profile to identify and authorize the user.
5. Implement a sign-out procedure to remove Passport cookies from the user’s machine.


---

Original Source: https://www.mindstick.com/interview/1156/explain-the-steps-to-be-followed-to-use-passport-authentication

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
