3ad4f685cd3335fbb881c69054ea9f8612dcf44a
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.
#OWIN OAuth Providers
Provides a set of extra authentication providers for OWIN (Project Katana). This project includes providers for:
- OAuth
- Google+
- Yahoo
- GitHub
- 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
Languages
C#
97.5%
JavaScript
1.1%
HTML
1.1%
Ruby
0.2%