OAuth Client ID

The OAuth Client ID allows users to sign in with Google, facilitating secure authentication and access to user data across applications.

To create an OAuth client ID

  1. Visit the link google could console and log in to your account.

  2. If you already have a project, move to the next step. If not, create a new project first.

    enter image description here

  3. To create a project, click Select a Project, then click New Project.

    enter image description here

  4. Enter the project name and click the Create button. The project will be created.

    enter image description here

  5. Then, select your project and navigate to APIs & Services by searching for it in the search bar.

    enter image description here

    enter image description here

  6. Go to the OAuth consent screen and click the Get Started button

    enter image description here

    enter image description here

  7. Provide an App Name and User Support Email, then click the Next button. Select the External option and click Next again.

    enter image description here

    enter image description here

  8. Enter the Email Address in the contact information section, then click the Next button.

  9. Next, read and agree to the User Data Policy, then click the Continue and Create buttons.

  10. The OAuth configuration will be created.

    enter image description here

    enter image description here

  11. Then click the Create OAuth Client Button. In the Application Type dropdown, select Web Application.

    enter image description here

    enter image description here

  12. Add the ZenBasket domain or your custom domain in the Authorized Redirect URIs section. If the URI is www.example.com, include both www.example.com and example.com.

  13. Ensure that the redirect URI ends with a “/” (slash), as shown in the example Eg: https://www.example.com/

  14. Then, click Create to generate the OAuth Client ID.

    enter image description here

    Or

    enter image description here

  15. Go to the Audience page, click the Publish App button, and confirm your action to publish the app.

    enter image description here

    enter image description here

  16. Copy the Client ID from the Clients page.

    enter image description here

Note: Instagram does not support Google Sign-in. Copy the link and open it in a different browser.