Skip to content

Raghus123/auth0-aspnet-owin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owin/Katana Authentication Handler for Auth0. Plugs into the ASP.NET 4.5 Owin infrastructure (middleware) and extends default providers with more social providers such as Amazon, Facebook, GitHub, LinkedIn, LiveId, Google, Twitter, PayPal and vKontakte. Also integrates with Enterprise providers like any IdP that speaks SAML Protocol, ADFS, Google Apps, ADFS, Windows Azure AD, etc.

Note: ASP.NET 5 support is available in the following repository https://github.com/auth0/auth0-aspnet5

Quickstart

You can find the ASP.NET (OWIN) quickstart which utilizes this package on the Auth0 Documentation Website at https://auth0.com/docs/quickstart/webapp/aspnet-owin/

Installation

For using inside an ASP.NET MVC project you can install the Auth0-ASPNET-Owin package:

Install-Package Auth0-ASPNET-Owin

The package above also installs an MVC controller which handles the callback from the server. If you want to use just the OWIN middleware, without any dependencies on MVC, then you can use the Auth0-ASPNET-Owin-Libs package:

Install-Package Auth0-ASPNET-Owin-Libs

Usage

Please see this NuGet's README.

Examples

In this repository we've also included different Owin samples, using the Auth0 Authentication Handler or standards based (Bearer token, OpenID Connect, ...) handlers.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Auth0 ASP.NET 4.5 Owin/Katana Authentication Handler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.1%
  • JavaScript 7.0%
  • HTML 3.3%
  • Pascal 2.2%
  • Other 0.4%