DotNetOpenAuth-Auth0

DotNetOpenAuth-Auth0 is a client for the DotNetOpenAuth library.


Keywords
Auth0, DotNetOpenAuth-Auth0, OAuth, OpenAuth, WSFED, office365, googleapps, identity
License
MIT
Install
Install-Package DotNetOpenAuth-Auth0 -Version 1.0.4

Documentation

Auth0 authentication client for the DotNetOpenAuth library.

Installation

Install-Package DotNetOpenAuth-Auth0

Usage

If you are working with the default template of Asp.NET MVC 4, the easiest way to get you up and running is to modify the AuthConfig file inside of App_Start as follows

public static void RegisterAuth()
{
    Auth0.OpenAuthClient.RegisterAllSocialProviders(
            "your client id",
            "your client secret",
            "your domain");
}

Documentation

For more information about auth0 visit our documentation page.

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.