.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

ASP.NET Core Authentication with IdentityServer4

This is a guest post by Mike Rousos In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core. In that post, I used OpenIddict to demonstrate how end-to-end token issuance can work in an ASP.NET Core application. Since that post was ...