aaron-horst 3ad4f685cd Allow LinkedIn scopes to be overriden per request
Allow customization of authentication scope via the properties
dictionary for the challenge.  Only when present will this override the
scope set during startup. This will allow for different scopes in
multi-function and tenant applications.
2014-10-30 23:03:04 -04:00
2014-09-25 21:13:02 +07:00
2014-01-24 13:20:17 +07:00

#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
Description
OAuth providers for Owin
Readme 6.3 MiB
Languages
C# 97.5%
JavaScript 1.1%
HTML 1.1%
Ruby 0.2%