Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Want to authenticate users on my react app using OIDC identity provider.

Hi, I want to authenticate external users using OIDC. But the thing is, I want to setup the provider on GCP itself. For this, I set up a Oauth client ID credential in APIs and services, and used its client ID and client secret in the OIDC identity provider.

bksjk_0-1702535398197.png


bksjk_1-1702535476586.png

 

is this correct? 

1 1 694
1 REPLY 1

Hi @bksjk,

Welcome to the Google Cloud Community!

You can review this document on how to sign in users with OIDC. The document shows how to configure the provider and your chosen grant type (Code Flow or Implicit Flow).

I hope this helps. Thank you. 😃