Showing results for Oauth - .NET Blog

Sep 19, 2012
Post comments count0
Post likes count0

Configuring your ASP.NET application for Microsoft OAuth account

pranav rastogi
pranav rastogi

This post is a part of the series about how to enable and use OpenID/OAuth support that was added to the ASP.NET templates in Visual Studio 2012. In this post I am going to detail the instructions on configuring your application to use Microsoft account for authentication. I am going to be focusing on configuring the application for a development e...

ASP.NET
Sep 12, 2012
Post comments count0
Post likes count0

Integrate OpenAuth/OpenID with your existing ASP.NET application using Universal Providers

pranav rastogi
pranav rastogi

Over the past couple of weeks I have come across lots of questions/discussions on while OAuth/OpenId is cool as a feature in the ASP.NET templates in Visual Studio 2012, but how do I easily integrate this into my application outside of the templates. More so how do I extend the Universal Providers to integrate OAuth/OpenId and use other functionali...

ASP.NET
Aug 24, 2012
Post comments count0
Post likes count0

Customizing the login UI when using OAuth/OpenID

pranav rastogi
pranav rastogi

In the last post I showed how you can plug in your own OAuth/OpenID provider. This post shows you how you can pass in extra data about the provider such as display name, image etc and use this information when building up the UI for login screen   If you see the experience of login screen in the ASP.NET templates, it looks like this. Let&...

ASP.NET
Aug 23, 2012
Post comments count0
Post likes count0

Plugging custom OAuth/OpenID providers

pranav rastogi
pranav rastogi

In the previous post, I wrote about how you can use the existing providers for Google, Facebook etc. and retrieve extra metadata about the authenticated users. Let’s assume you wanted to change the way the providers request for information. Some examples of this could be This post covers how you can write your own provider and plug it in...

ASP.NET