Aws Cognito, remove username/password login and login only using social networking sites

Viewed 740

Aws Cognito, I have configured the option to sign in using Facebook and Google. Can we remove the normal authentication using a username and password?

1 Answers

Go to the cognito user pool in the AWS console and click on the App client settings link, then uncheck cognito user pool, then it will only display the other idenity provider buttons without username and password fields

client app settings

cognito sign in screen

Related