Posts tagged with "cognito"

Found 11 posts with this tag.

Articles tagged with cognito

Blog posts

Cover image for: How to Grant Admin Override Access in ASP.NET Authorization Policies?

How to Grant Admin Override Access in ASP.NET Authorization Policies?

Learn how to implement admin override functionality in ASP.NET Core policy-based authorization that automatically grants staff and administrators access to all policies and requirements without modifying each handler individually.
Article: How to Grant Admin Override Access in ASP.NET Authorization Policies?. Learn how to implement admin override functionality in ASP.NET Core policy-based authorization that automatically grants staff and administrators access to all policies and requirements without modifying each handler individually.. Published November 16, 2025.Tagged as: ASPNET, Cognito.Click to read the full article.
Cover image for: Building Multiple Requirements and Auth Policy Handlers in ASP NET

Building Multiple Requirements and Auth Policy Handlers in ASP NET

Learn how to build flexible authorization policies in ASP.NET Core with multiple requirements and handlers per requirement. We'll explore real-world scenarios including subscription tiers, educational access, user suspension, and geographic restrictions.
Article: Building Multiple Requirements and Auth Policy Handlers in ASP NET. Learn how to build flexible authorization policies in ASP.NET Core with multiple requirements and handlers per requirement. We'll explore real-world scenarios including subscription tiers, educational access, user suspension, and geographic restrictions.. Published November 15, 2025.Tagged as: AWS, Cognito.Click to read the full article.
Cover image for: Understanding OpenID Connect Scopes in Amazon Cognito for .NET Applications

Understanding OpenID Connect Scopes in Amazon Cognito for .NET Applications

Learn how to use OpenID Connect scopes with Amazon Cognito to access user profile information. We'll explore standard scopes like email, phone, and profile, and see how to retrieve these claims from JWT tokens in ASP.NET applications.
Article: Understanding OpenID Connect Scopes in Amazon Cognito for .NET Applications. Learn how to use OpenID Connect scopes with Amazon Cognito to access user profile information. We'll explore standard scopes like email, phone, and profile, and see how to retrieve these claims from JWT tokens in ASP.NET applications.. Published November 14, 2025.Tagged as: AWS, Cognito.Click to read the full article.
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.