In this post we will discuss about passport authentication in Asp.Net. Also you can check:
- List all Stored Procedure Created and Modified in Last N Days in SQL Server 2008
- Jagged arrays in C#.Net
- Extension method in MVC
When the client is authenticated based on passport website managed by microsoft then it is called as passport authentication.
In this case client will be authenticated only single time for collection of web sites, as it is called as single sign on service. In this case database will be under control of Microsoft.
The web site can be implemented with passport authentication by performing 2 things:
- Provide authentication mode as passport.
- Install Passport SDK provided by Microsoft.
- List all Stored Procedure Created and Modified in Last N Days in SQL Server 2008
- Jagged arrays in C#.Net
- Extension method in MVC
When the client is authenticated based on passport website managed by microsoft then it is called as passport authentication.
In this case client will be authenticated only single time for collection of web sites, as it is called as single sign on service. In this case database will be under control of Microsoft.
The web site can be implemented with passport authentication by performing 2 things:
- Provide authentication mode as passport.
- Install Passport SDK provided by Microsoft.