
Securing ASP.NET Core API with JWT Token using AWS Cognito
In this article, let's look at how we can validate a AWS Cognito User JWT token in an ASP.NET Core API in a step by step guide
In this article, let's look at how we can validate a AWS Cognito User JWT token in an ASP.NET Core API in a step by step guide
Understanding AWS Cognito and Setting up User Pools for Authentication
In this article, Let's look in detail at how we can integrate and write Logs to AWS CloudWatch via ILogger in ASP.NET Core API
Let's see how we can authorize an API access based on an user role defined by the system or a user based on a claim based on the JWT token passed within the request.
In this article, let's understand how to create a custom Authorization Policy and use it with an example in ASP.NET Core Web API
Let's dig into securing our APIs by means of Authenticating incoming requests based on an access token with an example in ASP.NET Core
In this article, let's look at how we can setup cookie based authentication in an ASP.NET Core MVC application without using Identity for user management.
In this detailed article, let's find out how we can send custom Unauthorized responses to users and explore 3 ways to do it
In this article, let's understand Authentication and Authorization and explore in detail about OAuth, OpenID and JWT - how they work.