My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I show how to modify the UI you present based on the authorisation level of the current user, to hide links the user is not allowed to access.…
In this post on authorisation in ASP.NET Core, we look at creating policies with multiple requirements, custom requirements and applying a global policy.…
In this post we'll learn about authorisation in ASP.NET Core, explaining the principles behind it, how it is implemented, and how to apply simple policies.…
In this post we take a look at the differences between OpenID Connect and OAuth, and how to use Open ID Connect in your ASP.NET Core application.…
In this post I look at OAuth 2.0 in ASP.NET Core apps, explaining the flow between the user and your app, using Facebook as an example identity provider.…
In this post we look at the JwtBearerAuthenticationMiddleware as a means to understanding authentication in ASP.NET Core in general.…
Stay up to the date with the latest posts!