Search code examples
amazon-web-servicesgoogle-cloud-platformamazon-cognitogoogle-cloud-identity

what is the equivalent component of AWS Cognito in GCP for features like userpools, triggers and appclients?


We are migrating an application from AWS to GCP. In AWS, we use Cognito service for maintaining different types of users inside userpools (for example: SSO users has different userpool and users with email and password are configured in different userpool, for MFA users, they have different user pool) In AWS Cognito, we also leverage certain functionalities like appclient id and secret for generating JWT tokens and authorizer lambda in pre-sign up trigger)

How can we achieve the above implementation in GCP?


Solution

  • Google Identity platform looks like amazon Cognito.