
Posts tagged with "cognito"
Found 11 posts with this tag.
Articles tagged with cognito
Blog posts


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.

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.

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.

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.