Updating Amplify Google OAuth Client Credentials | Task

Ole Ersoy
Dec - 11  -  1 min

Scenario

We’ve created a new client for our Google Social application login and we need to update the client credentials for the application.

Approach

From the root of the project run:

amplify auth update
What do you want to do? Update OAuth social providers
Select the identity providers you want to configure for your user pool: Google
Enter your Google Web Client ID for your OAuth flow:  
51-uqc4baf.apps.googleusercontent.com
m
Enter your Google Web Client Secret for your OAuth flow:  
GOFX-zasbsNwq-ila8mV945mdl
amplify push

The client is now updated.