#OWIN OAuth Providers

Provides a set of extra authentication providers for OWIN (Project Katana). This project includes providers for:

  • OAuth
    • Google+
    • Yahoo
    • LinkedIn
    • GitHub
    • Instagram
    • StackExchange
  • OpenID
    • Generic OpenID 2.0 provider
    • Steam

Implementation Guides

For guides on how to implement these providers, please visit my blog, Be a Big Rockstar.

Installation

To use these providers you will need to install the Owin.Security.Providers NuGet package.

PM> Install-Package Owin.Security.Providers