Posts tagged with "cognito"

Found 8 posts with this tag.

Articles tagged with cognito

Blog posts

Cover image for: Adding Custom Attributes to Amazon Cognito User Pools for .NET Applications

Adding Custom Attributes to Amazon Cognito User Pools for .NET Applications

Learn how to add custom attributes like subscription tiers or organization IDs to Amazon Cognito user pools. We'll explore how to create custom attributes, make them available as token claims, and control access per app client in your .NET applications.
Article: Adding Custom Attributes to Amazon Cognito User Pools for .NET Applications. Learn how to add custom attributes like subscription tiers or organization IDs to Amazon Cognito user pools. We'll explore how to create custom attributes, make them available as token claims, and control access per app client in your .NET applications.. Published November 13, 2025.Tagged as: AWS, Cognito.Click to read the full article.
Cover image for: Customize Amazon Cognito Tokens with Pre Token Generation Lambda Triggers in .NET

Customize Amazon Cognito Tokens with Pre Token Generation Lambda Triggers in .NET

Learn how to use Amazon Cognito's Pre Token Generation Lambda Trigger to add custom claims directly to JWT tokens. Eliminate extra UserInfo endpoint calls and improve your ASP.NET Core application performance.
Article: Customize Amazon Cognito Tokens with Pre Token Generation Lambda Triggers in .NET. Learn how to use Amazon Cognito's Pre Token Generation Lambda Trigger to add custom claims directly to JWT tokens. Eliminate extra UserInfo endpoint calls and improve your ASP.NET Core application performance.. Published November 13, 2025.Tagged as: Cognito, Lambda.Click to read the full article.
Cover image for: Policy-Based Authorization in ASP.NET Core: Understanding the Building Blocks

Policy-Based Authorization in ASP.NET Core: Understanding the Building Blocks

Learn the core building blocks of the policy-based authorization framework in ASP.NET Core and how they work together to create flexible and powerful access control rules.
Article: Policy-Based Authorization in ASP.NET Core: Understanding the Building Blocks. Learn the core building blocks of the policy-based authorization framework in ASP.NET Core and how they work together to create flexible and powerful access control rules.. Published November 12, 2025.Tagged as: ASPNET, Cognito.Click to read the full article.
Cover image for: Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito

Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito

Learn how to enforce access control using Amazon Cognito User Groups with ASP.NET API applications. We'll explore both role-based and policy-based authorization to protect your endpoints.
Article: Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito. Learn how to enforce access control using Amazon Cognito User Groups with ASP.NET API applications. We'll explore both role-based and policy-based authorization to protect your endpoints.. Published November 10, 2025.Tagged as: AWS, Cognito.Click to read the full article.
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.