Posts tagged with "Cognito"

Found 4 posts with this tag.

Articles tagged with Cognito

Blog posts

Cover image for: Machine-to-Machine Authentication with Amazon Cognito in .NET

Machine-to-Machine Authentication with Amazon Cognito in .NET

Learn how to implement machine-to-machine authentication with Amazon Cognito using OAuth Client Credentials flow in .NET. Let's explore how applications can securely communicate with each other without human involvement.
Article: Machine-to-Machine Authentication with Amazon Cognito in .NET. Learn how to implement machine-to-machine authentication with Amazon Cognito using OAuth Client Credentials flow in .NET. Let's explore how applications can securely communicate with each other without human involvement.. Published November 7, 2025.Tagged as: AWS, Cognito.Click to read the full article.
Cover image for: How to Protect Your ASP.NET API Using JWT and Amazon Cognito

How to Protect Your ASP.NET API Using JWT and Amazon Cognito

In this post, you’ll learn how to secure your ASP.NET API with Amazon Cognito by setting up JWT bearer authentication, validating tokens, and locking down endpoints to keep your API safe and accessible only to authorized users.
Article: How to Protect Your ASP.NET API Using JWT and Amazon Cognito. In this post, you’ll learn how to secure your ASP.NET API with Amazon Cognito by setting up JWT bearer authentication, validating tokens, and locking down endpoints to keep your API safe and accessible only to authorized users.. Published August 15, 2025.Tagged as: Cognito, AWS.Click to read the full article.
Cover image for: Getting Started with Amazon Cognito: Setting Up User Pools and App Clients

Getting Started with Amazon Cognito: Setting Up User Pools and App Clients

Discover how to configure Amazon Cognito User Pools and App Clients, then implement the Authorization Code OAuth Flow using the hosted UI and Postman. Learn to securely handle user sign-in, authorization, and token retrieval for your web, mobile, or API applications.
Article: Getting Started with Amazon Cognito: Setting Up User Pools and App Clients. Discover how to configure Amazon Cognito User Pools and App Clients, then implement the Authorization Code OAuth Flow using the hosted UI and Postman. Learn to securely handle user sign-in, authorization, and token retrieval for your web, mobile, or API applications.. Published August 11, 2025.Tagged as: Cognito, AWS.Click to read the full article.