mlops-club / awscdk-minecraft

An AWS CDK package written in Python for deploying an entire Minecraft Server Platform-as-a-Service
Other
13 stars 4 forks source link

How can i setup AWS Cognito? #40

Closed Heywaht closed 1 year ago

Heywaht commented 1 year ago

This is my config: { "backend_api_url": "http://localhost:8000", "cognito_user_pool_id": "eu-central-1_YRZAQXNsv", "cognito_hosted_ui_app_client_id": "7arig1dedrqut0ma6nva87xxx", "cognito_hosted_ui_app_client_allowed_scopes": [ "email", "openid", "profile" "aws.cognito.signin.user.admin" ], "cognito_hosted_ui_fqdn": "login-mc.auth.eu-central-1.amazoncognito.com", "cognito_user_pool_region": "eu-central-1", "cognito_hosted_ui_redirect_sign_in_url": "https://45.142.104.178:3000", "cognito_hosted_ui_redirect_sign_out_url": "https://45.142.104.178:3000" } Now how setup my AWS Cognito when i press login then i get only a ?error_description=invalid_scope&state=zlSSPogqWBErcks1qP99vywZfLHYSn9d&error=invalid_request back. Please some one help?