Top "Google-oauth" questions

Google APIs use the OAuth 2.0 protocol for authentication and authorization.

Delegate OpenID to Google (NOT Google Apps)

Is it possible to use my personal website/blog to login to sites that use openid, and delegating to my …

openid google-oauth delegation
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
Does Google provide test users for integration testing

Test users are very good to do integration testing. When I develop facebook oauth enabled stuff I can programmatically create …

oauth-2.0 integration-testing google-oauth google-account
omniauth google-oauth2 with devise - invalid_credentials and "Csrf detected"

Dear Fine People of SO: I am developing a Ruby app on Rails 3.2.12 (and I am still new to it). …

devise ruby-on-rails-3.2 omniauth google-oauth
TypeError: Cannot read property 'GoogleAuthProvider' of undefined

Using Angular cli v5 and angularfire2 v5, There is no error on console and terminal, all running fine but while …

angular firebase-authentication angular-cli google-oauth angularfire2
HWIOAuthBundle Google login device_id and device_name for a webapp

I am working on a Symfony2 app. I'm using FOSUserBundle to handle authentication and recently integrated it with FOSUserBundle using …

symfony google-oauth fosuserbundle hwioauthbundle
How and why is Google OAuth token validation performed?

Between access tokens, refresh tokens, scopes, audiences, and client IDs, I was confused when the Google OAuth documentation instructed me …

google-oauth
GoogleAuthException: Unknown (android)

I have android, google authorization issue (similar to .GoogleAuthException: Unknown while doing Google SSO. - no answers): 09-29 00:04:38.328: W/System.…

android google-oauth
How to fix the "Malformed auth code" when trying to refreshToken on the second attempt?

I'm developping an Android App with Angular and Cordova plugins and I want to integrate it with Google Authentication. I …

cordova oauth-2.0 cordova-plugins google-oauth google-oauth-java-client