The Lambda Blog

Serverless Cloud Guide

Menu
  • Home
  • Categories
  • Projects
  • About Us
  • Privacy Policy
  • Disclaimer
  • Contact
Menu

Tag: Cognito

azure ad multi tenancy issue in aws cognito

Azure AD Multi Tenancy issue in AWS Cognito

Posted on May 3, 2022August 14, 2022 by user

Because AWS Cognito doesn’t support Azure ADs multi tenancy setup, it is not possible to allow just any Azure AD tenant to federate into a Cognito User Pool like a social sign on from Google or Facebook.

Read more
setting up enterprise federation from azure active directory to amazon cognito using open id connect

Setting up Enterprise Federation from Azure Active Directory to Amazon Cognito using Open ID Connect

Posted on May 2, 2022August 14, 2022 by user

How to setup enterprise federation to allow users authenticated in an Azure AD tenant to seamlessly sign into an Amazon Cognito User Pool using Open ID Connect (OIDC).

Read more
using the cognito hosted ui for authentication with the amplify client side sdk in react

Using the Cognito Hosted UI for Authentication with the Amplify Client Side Library in React

Posted on April 22, 2022August 14, 2022 by user

How to use the Amplify JavaScript client side library with the Cognito Hosted UI for authentication.

Read more
setting up and using a custom sub domain with the aws cognito hosted ui

Setting up and using a custom Sub Domain with the AWS Cognito Hosted UI

Posted on April 19, 2022August 14, 2022 by user

How to setup a custom sub domain for your Cognito Pool’s Hosted UI.

Read more
how to customize the aws cognito hosted ui with a custom logo and css

How to customize the AWS Cognito Hosted UI with a custom Logo and CSS

Posted on April 5, 2022August 14, 2022 by user

Though the options are limited, it is possible to get some basic customizations done to polish the drab Cognito Hosted UI.

Read more
how to decrypt aws cognito generated temporary codes in a custom sender lambda with a kms key

How to Decrypt AWS Cognito generated temporary Codes in a Custom Sender Lambda with a KMS key

Posted on April 4, 2022August 14, 2022 by user

Implementing a custom sender lambda trigger that can decrypt the Cognito temporary passcodes using a shared KMS key to send them out using your own mail or sms provider or implementation.

Read more
implementing a lazy user migration lambda for an aws cognito user pool

Implementing a Lazy User Migration Lambda for an AWS Cognito User Pool

Posted on March 7, 2022August 14, 2022 by user

How to seamlessly migrate existing users logging into a Cognito User Pool for the first time by authenticating them against the old system using a Migrate User Lambda Trigger.

Read more
integrating a cognito user pool with an aws ses configuration set

Integrating a Cognito User Pool with an AWS SES Configuration Set

Posted on February 24, 2022August 14, 2022 by user

To use a Cognito User Pool to send more messages than the default hard limit of 50, we need to integrate the pool with an SES Configuration Set. This article walks through the setup.

Read more
creating an aws cognito user pool and client for managing authentication

Creating an AWS Cognito User Pool and Client for Managing Authentication

Posted on February 21, 2022August 14, 2022 by user

Explaining how to create a Cognito User Pool and Client using both a Cloudformation Template as well as using the AWS console for providing authentication.

Read more

Recent Posts

  • Coding a JSON format logger in Python for use as a Lambda Layer package
  • Configuring an S3 Bucket to send events to a Lambda destination for processing
  • How to request a public SSL certificate for a domain name from the AWS Certificate Manager Console
  • Creating automated CloudFormation Stack Build and Deployments with AWS CodePipeline and CodeBuild
  • A concise guide to setting up the AWS command-line libraries on your local development environment
  • How to implement a Lambda Authorizer for an AWS AppSync API and invoke the API with the required Authorization Token
  • Filtering CloudWatch Logs by LogGroups and LogStreams and reading them using Python and the Boto3 SDK
  • Azure AD Multi Tenancy issue in AWS Cognito
  • Setting up Enterprise Federation from Azure Active Directory to Amazon Cognito using Open ID Connect
  • How to Setup IAM Multifactor Authentication (MFA) for the AWS CLI

Categories

  • Amplify
  • API Gateway
  • AppSync
  • AWS CLI
  • CloudFormation
  • CloudWatch
  • Cognito
  • DynamoDB
  • EventBridge
  • KMS
  • Lambda
  • Projects
  • Route 53
  • SES
  • SNS

Post Tags

ACM Amplify API Gateway AppSync AWS CLI Azure Boto3 CloudFormation CloudWatch CodeBuild CodePipeline Cognito DynamoDB EventBridge Firebase IAM KMS Lambda OIDC Project Python Rekognition Route53 S3 SAM SES SNS VPC

©2022 The Lambda Blog