2017-08-23 7 views
8

私は、ユーザープールを作成し、アプリケーションクライアントの設定()を使用して、コグニト自体のサインアップとサインインページをホストしました。私はのようなURLを使用してみました場合は - ブラウザでawsコグニートのユーザープールドメイン - Invalid_Request

https://myDomain.auth.us-east-1.amazoncognito.com/login?response_type=code&client_id=fkjfkasjfkasjfdweinfskfsfsfnk&redirect_uri=https://google.com

私は

https://myDomain.auth.us-east-1.amazoncognito.com/error?error=invalid_request#

ノートにリダイレクトしています:私はのOAuth2を有効にせずにCognitoユーザープールやFacebook IDプロバイダを使用してみました。

何か不足していますか?

答えて

2

これは、以下のユーザープールの設定で動作します。

App integration 
    App client settings 
     Enabled Identity Providers 
      ☑ Facebook ☑ Cognito User Pool 
     Callback URL(s) 
      https://google.com 
     OAuth 2.0 
      Allowed OAuth Flows 
      ☑ Authorization code grant ☐ Implicit grant ☐ Client credentials 
     Allowed OAuth Scopes 
      ☐ phone ☐ email ☑ openid ☐ aws.cognito.signin.user.admin ☐ profile 
関連する問題