AzureAD in place of Cognito?

I love the guide so far. Is Cognito the ONLY way to Authenticate Users? We have an AzureAD instance and would be great if we could use that.

Yeah currently we only support Cognito. We might look into other auth providers down the road.

You can integrate Cognito and AzureAD using AWS SSO (Single SignOn). It uses SAML 2.0 to connect to AzureAD. Then you can still use Cognito, as suggested in this tutorial, but your user database would be AzureAD (Cognito validates with AzureAD if it is a valid user).

1 Like