Blog "Auth0 support for ASP.NET Core" has broken links

Hi There,

the links in blog post, https://auth0.com/blog/auth0-support-for-aspnet-core/ are broken.
I am interested in :
Web API secured with RS256 signed JSON Web Tokens
Extracting a user’s information from a JWT using ASP.NET Core Web API

Can you please provide the updated links?

I am building Angular 2 front-end with .Net Core 2 backend

btw, https://auth0.com/forum/t/how-to-make-the-best-out-of-this-forum/4221, doesn’t work for me as well

thanks

Thanks for the notice - we’re reviewing these.

For “Web API secured with RS256 signed JSON Web Tokens” you can review the ASP.NET Quickstart which demonstrates this:
Auth0 ASP.NET Core Web API SDK Quickstarts: Authorization

For extracting the user’s information, you can review this sample:
https://github.com/auth0-samples/auth0-aspnetcore-webapi-samples/tree/master/Samples/user-info

1 Like