The Passport authentication provider uses the
To implement Passport authentication in an ASP.NET application
-
Download, install, and configure the .NET Passport SDK from the
.NET Passport Web site . You must complete a registration form to obtain the SDK. Windows Server 2003 includes the .NET Passport SDK and does not require this step. -
Set up Passport as the authentication mode in the application configuration file as follows.
В Copy Code <authentication mode= "Passport"/>
-
Using the Passport documentation and the .NET Passport SDK functionality, implement Passport authentication and authorization.
For more information on setting up an ASP.NET application to use Passport authentication, see the