AWS

How to AWS Cognito Login Signup in ASP.NET Core

In this article, let’s look at how we can design and build such an API that encapsulates all of User Identity Management functionalities such as Login.. Introduction AWS Cognito provides OAuth2 auth flows such as Authorization Code where the application can redirect to AWS Cognito hosted login screens where the user credentials are validated against …

How to AWS Cognito Login Signup in ASP.NET Core Read More »

How to load .NET configuration from AWS Secrets Manager

Every application has secrets – database credentials, API keys used to call external services, or private encryption keys needed to secure data. In this blog post, I will show you how you can load and use secrets using .NET’s configuration system and AWS Secrets Manager (Secrets Manager). Keeping your sensitive data outside of your code is …

How to load .NET configuration from AWS Secrets Manager Read More »

AWS Cognito — Client credentials flow .NET 6

AWS Cognito User pool creation Navigate to the AWS Cognito service page Click on create user pool Step 1: Configure sign-in experience Select Email and click next Step 2: Configure security requirements Under password policy select cognito defaults Under Multi-factor authentication select No MFA Under User account recovery select Enable self-service account recovery and then Email Only …

AWS Cognito — Client credentials flow .NET 6 Read More »