The Google OpenID URI is the unique identifier used in the OpenID authentication protocol to identify a user’s Google account. For Google, the OpenID URI typically follows this format:
https://accounts.google.com/o/openid
This URI is used by applications and services that support OpenID to authenticate users via their Google accounts. If you’re setting up OpenID authentication, you would use this URI as the OpenID Provider (OP) Identifier in your application’s configuration.
Note: OpenID 2.0 (the protocol that used this URI) has largely been replaced by OpenID Connect (OIDC), which is built on top of OAuth 2.0. For modern applications, you’d typically use Google’s OIDC endpoints instead (e.g., https://accounts.google.com).
Are you setting up authentication for an app, or do you need help with a specific use case?
This Chat is read-only. Login to resume chatting.