Stay organized with collections
Save and categorize content based on your preferences.
Google Sign-In manages the OAuth 2.0 flow and token lifecycle, simplifying your
integration with Google APIs. A user always has the option to revoke access
to an application at any time.
Before you can integrate Google 3P Authorization library into your website, you
must create a client ID, which you need to call the 3P Authorization API.
To create a Google API Console project and client ID, click the following
button:
When you configure the project, select the Web browser client type and specify
the origin URI of your app. When you perform tests, both http://localhost and
http://localhost:<port_number> must be added to the Authorized JavaScript
origins field.
After configuration is complete, take note of the client ID that was created.
You will need the client ID to complete the next steps. (A client secret is also
created, but you need it only for server-side operations.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["Google Sign-In streamlines the use of Google APIs by managing the OAuth 2.0 flow and token lifecycle, allowing users to revoke access at any time."],["Before integrating Google 3P Authorization, you need to create a client ID within a Google API Console project, specifying the Web browser client type and authorized origins including localhost for testing."],["After project configuration, note the generated client ID, which is essential for subsequent integration steps."]]],[]]