Let’s see Create Google Client ID & Secret from Google developer console.
Google client ID and Secret key normally used to make Google login/ sign-in into the third-party applications.
Follow the below steps to create Google Client ID & Secret from Google developer console
- 1: Create the new project.
- 2: Submit project name.
- 3: Select user type as External from the options on the OAuth consent screen.
- 4: Add the site domain and privacy policy URLs
- 5: Click the Create Credentials, and choose the OAuth client ID option.
- 6: Submit the web application details like app name and URLs
- 7: Get your Client Id and client secret.
Get Google Client ID & Secret from Google developer console
Open Google developer console and follow the below steps and screenshots respectively to create the Google client id and secret.
Create the latest project similarly shown images given below.
Enter the project name and click create.
Open the OAuth consent screen and select External from the options.
On the subsequent screen, you need to submit the app name, email, and site or privacy policy URL.
Then, click on the Create Credentials, choose OAuth client ID from the options.
Choose Web application from the application type options. Right after, define the app name, and your URL under the Authorized JavaScript origins options. Refer below image.
Step 7: The OAuth client popup manifests on the screen, from there you can copy Your Client Id or client secret.
Total Views: 2,099