DEV Community

Discussion on: Multiple Authentication Types in AWS Amplify

Collapse
 
russmax783 profile image
Russ

It actually does, it also has the keys for the cognito user: aws_user_pools_id. In your amplify/backend/backend-config.json file, do you have an api.<API_NAME>.output.authConfig property that has values in the additionalAuthenticationProviders and defaultAuthentication?

Thread Thread
 
robertbroersma profile image
Robert

Yes, I do. AMAZON_COGNITO_USER_POOLS is under defaultAuthentication and API_KEY is under additionalAuthenticationProviders