webmaster

A common question that I help developers with on Stack Overflow is how to troubleshoot authentication problems when using the JwtBearer handler. Here I provide some of the best tips from my answers on Stack Overflow

Troubleshooting JwtBearer authentication problems in ASP.NET Core

A common question that I help developers with on Stack Overflow is how to troubleshoot authentication problems when using the JwtBearer handler. Here I provide some of the best tips from my answers on Stack Overflow The JwtBearer handler We add the JwtBearer handler to the authentication middleware in our ASP.NET Core request pipeline, as …

Troubleshooting JwtBearer authentication problems in ASP.NET Core Read More »

A common question on Stack Overflow is about the different resource types in Dunde IdentityServer. My answer to this question on Stack Overflow is one of my most upvoted answers on Stack Overflow. With this blog post, I want to go further about what these resources are used for and how they affect your IdentityServer setup.

IdentityServer – IdentityResource vs. ApiResource vs. ApiScope

A common question on Stack Overflow is about the different resource types in Dunde IdentityServer. My answer to this question on Stack Overflow is one of my most upvoted answers on Stack Overflow. With this blog post, I want to go further about what these resources are used for and how they affect your IdentityServer …

IdentityServer – IdentityResource vs. ApiResource vs. ApiScope Read More »

ASP.NET Core with OpenID Connect

New Course – ASP.NET Core with OpenID Connect and IdentityServer

Whilst at Edument, we were constantly working to develop new courses. One of those courses was Securing ASP.NET using OpenID Connect and IdentityServer. Learn more about why we developed this particular training here. As a followup, we also created the IdentityServer in Production course, that focus on how to setup and deploy an instance of …

New Course – ASP.NET Core with OpenID Connect and IdentityServer Read More »