This Community topic is here to discuss Auth0’s new SDK for ASP.NET web applications, Auth0.AspNetCore.Mvc, currently in Beta.
This new SDK is a wrapper around Microsoft’s OpenId Connect Middleware, which we have created in order to improve the developer experience when integrating Auth0. This SDK makes it easier to integrate Universal Login into ASP.NET web applications, requires fewer lines of code and takes care of common tasks developers have been previously burdened with regarding Auth0 specific OpenId Connect configuration.
As with any Beta version, it is not recommended for use in production applications as it may be subject to change.
The Beta period will run for a limited period of time. General Availability is planned later this year (2021).
We will only provide support for this Beta SDK in this Community category.
Resources:
- GitHub repository: GitHub - auth0/auth0-aspnetcore-authentication: SDK for integrating Auth0 in ASPNET Core
- SDK reference docs: https://auth0.github.io/auth0-aspnetcore-mvc
- Quickstart: https://auth0.com/docs/quickstart/webapp/aspnet-core-beta
- Reference Sample: https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/tree/beta/Quickstart/Sample
We welcome your feedback and reports on any issues you encounter when trying out this Beta version.
Should you have any feedback or questions about the SDK, please raise an issue via GitHub.