Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IAP_CLIENT_ID on GCP

I try to perform a programmatic authentication for authenticating from a desktop app (Link to the tutorial).

I got stuck at the point where the IAP_CLIENT_ID is needed.

Use the code below where REFRESH_TOKEN is the token from the sign-in flow, IAP_CLIENT_ID is the primary client ID used to access your application, and DESKTOP_CLIENT_ID and DESKTOP_CLIENT_SECRET are the client

How can I generate this IAP_CLIENT_ID? Where can I find it?

like image 277
ucsky Avatar asked Sep 17 '25 12:09

ucsky


1 Answers

You need to go to the console:

  • API & Services -> Credentials
  • Here you have a table OAuth2 Client ID
  • Find the line with the name IAP-App-Engine-app
  • Copy the Client ID on the right of the line

enter image description here

like image 159
guillaume blaquiere Avatar answered Sep 19 '25 08:09

guillaume blaquiere