Allows the developer to update the specified user pool client andpassword policy.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cognito-idp/update-user-pool-client.html
aws cognito-idp update-user-pool-client \aws cognito-idp update-user-pool-client --user-pool-id "MyUserPoolID" --client-id "MyAppClientID" --allowed-o-auth-flows-user-pool-client --allowed-o-auth-flows "code" "implicit" --allowed-o-auth-scopes "openid" --callback-urls '["https://example.com"]' --supported-identity-providers '["MySAMLIdP" |
Configuring a User Pool App Client - Amazon Cognito : http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-idp-settings.html |
aws cognito-idp update-user-pool-client \ |
Cannot set Cognito User Pool callback urls 揃 Issue #2941 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/2941 |
aws cognito-idp update-user-pool-client \\\n user-pool-id \x3cvalue\x3e \\\n client-id \x3cvalue\x3e \\\n explicit-auth-flows ADMIN_NO_SRP_AUTH" |
Cognito User Pool Migration Consegna Medium : http://medium.com/@Consegna/cognito-user-pool-migration-5d21ed975e7d |
aws cognito-idp update-user-pool-client --user-pool-id |
shell - Manipulate Callback URL in AWS Cognito using aws cli command - Stack Overflow : http://stackoverflow.com/questions/50523619/manipulate-callback-url-in-aws-cognito-using-aws-cli-command |