Updating Amplify Google OAuth Client Credentials

Ole Ersoy
Dec 11, 2021
Image by Peggychoucair from Pixabay

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: GoogleEnter your Google Web Client ID for your OAuth flow:
51-uqc4baf.apps.googleusercontent.com
mEnter your Google Web Client Secret for your OAuth flow:
GOFX-zasbsNwq-ila8mV945mdl
amplify push

The client is now updated.

--

--