Top "Google-openid" questions

Third-party websites and applications can now let visitors sign in using their Google user accounts.

How to get the Google user ID (email) when using Google Account OAuth API

I am new to OAuth, and want to get the user ID (an email address) from Google using OAuth. But …

oauth google-openid
OWIN's GetExternalLoginInfoAsync Always Returns null

I've created a new MVC5 Web Application, and when I try to login with Google or Facebook, the ExternalLoginCallback Action …

c# .net asp.net-mvc owin google-openid
How can I decode a google OAuth 2.0 JWT (OpenID Connect) in a node app?

I'm having a heck of a time here trying to use google OAuth to authenticate users in my node express …

node.js express google-oauth google-openid jwt
TypeError: gapi.auth2 undefined

I went exactly by the instructions for integrating google sign-in: https://developers.google.com/identity/sign-in/web/sign-in#specify_your_…

google-openid
How to implement Google OpenID authentication in PHP & Test on Localhost

I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any …

php authentication openid google-openid
How to implement Openid connect and Spring Security

I am beginner of authentication and authorization but I have to connect to a openid connect provider on my job. …

spring-security openid oauth-2.0 google-openid
Google authentication for Gerrit and Jenkins

Jenkins and Gerrit have both plugins for OpenID 2.0, but this API has been deprecated by Google May 19 2014 (https://developers.google.…

jenkins google-oauth gerrit google-openid mod-auth-openidc
How do I validate an access token using the at_hash claim of an id token?

Say I have the following response from Google's OAuth2 /token endpoint after exchanging the code obtained from the /auth endpoint (…

google-oauth google-openid
List of available attributes for http://axschema.org and http://schemas.openid.net

I have searched high, low, far and wide but can not find anything on the Internet that lists the available …

openid schema google-openid openid-provider
Android Google Sign In fails with error code 8 (no message)

I am trying to integrate Google Sign in to my application, but I get errors that I cannot understand. I …

android google-oauth google-signin google-openid google-login