The google-authentication tag has no wiki summary.
1
vote
0answers
23 views
Can I have a 'friendly name' in an ACS service namespace?
I am successfully using ACS to login to a web application using Windows Live, Facebook and Google.
Google includes the service namespace in the confirmation message, as below:
...
0
votes
1answer
35 views
Omniauth + OpenID in Ruby: Google OpenID authentication in a popup
Using the omniauth and omniauth-openid gems in Ruby and am looking for a way to have a pop up window during authentication.
According to Google's OpenID docs ...
1
vote
1answer
16 views
Can I use jwcrypto to validate a Google generated OAuth2 id_token?
Building on the work in this question: What is the proper way to validate google granted OAuth tokens in a node.js server?
Can I use the jwcrypto library to validate a Google OAuth2 token in a ...
0
votes
0answers
9 views
URL to have users add a google apps session
I'm looking for some documentation on the various things Google lets you do with URLs such as ServiceLoginAuth and AddSession...
But for now:
I know you can do - ...
0
votes
2answers
55 views
What is the proper way to validate google granted OAuth tokens in a node.js server?
I'm trying to authenticate a mobile application for the Android platform to a custom node.js server api. I would like to use Google OAuth2 tokens for this rather than roll my own authentication, since ...
0
votes
1answer
40 views
Any OAuth2 providers other than Google that offer access token validation without an extra server call?
I'm developing a mobile app that has to talk to it's own custom back-end API. I would prefer to not roll my own authentication and account management, I would rather use Oauth2 from an existing ...
0
votes
0answers
22 views
AuthSub authentication in Google api
i am trying to implement google Authsub secure authentication for getting data.i have to use domain shared contact api https://developers.google.com/google-apps/domain-shared-contacts/ for this i cant ...
0
votes
0answers
38 views
Is it possible to use OAuth2.0 for Google Domain Shared Contacts API
i have to create an app for Google Domain Shared Contacts API (https://developers.google.com/google-apps/domain-shared-contacts/#authsub). there are only two methods for Authentication are specified
...
2
votes
2answers
207 views
GoogleAuthUtil cannot be resolved
I am using Google Play Service's Authorization with GoogleAuthUtil in my Android applcation. I did this part about 2 months back, its been working perfectly fine then onwards. Yesterday, I updated the ...
0
votes
0answers
101 views
Google play services sdk: Requesting for offline access during auth
Is there a way to request for offline access using the Google play services sdk on android? I know that the raw HTTP api has an option to do this by requesting for a refresh token, but couldn't find a ...
2
votes
1answer
145 views
Google Auth2 giving “invalid_request” response for getting access token & refresh token
How to get the access token & refresh token for google authentication for XMPP. I get successfully the authorization code, but now I need to get the access token & refresh token. But when I do ...
1
vote
1answer
219 views
Google App Engine - “Please use https://accounts.google.com/ServiceLogin instead.” error
I am getting a weird error in my Google App Engine Go app. When I prompt the user to log in, they are redirected to a login screen for Google. After logging in, they get a message
Please use ...
2
votes
2answers
503 views
How to get public Google Spreadsheet data using Google Spreadsheet API Java library without authentication
-what I want to do
I would like to get data from Google Spreadsheet using Google Spreadsheet API Java library without authentication.
The Google Spreadsheet is published with public.
I would like to ...
1
vote
2answers
271 views
Google Authentication questions developing for Windows Phone 8 and using Azure
I'm currently using Google Authentication to allow users to sign into my application, but there a couple of things I want to do to go further and I am unsure how to do so.
The first thing is to only ...
0
votes
0answers
113 views
Bad authentication ClientLogin protocol Google Analytisc API?
I've been able to get authorization token for the past few days using:
curl https://www.google.com/accounts/ClientLogin -s -d Email=eric@company.com -d Password=xxxx-d accountType=GOOGLE -d ...
0
votes
0answers
40 views
how to get Refresh tokens for responses that were auto-approved
how to get refresh token in google auth api for google drive when using auto-approved because forcing user to approve the options everytime they get logged in from google api so please help me if ...
2
votes
1answer
80 views
google authorization
i am kind of new in google map based apps and was trying hand on it.i used following mainfest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
0answers
142 views
403 Forbidden when using access token from OAuth2ServiceAccount - Error Site must be added to your account and verified
403 Forbidden when using access token from OAuth2ServiceAccount
My request is inserting sitemap.xml to webmaster tool
here the response from google
HTTP/1.1 403 Forbidden
Content-length: 48
...
0
votes
1answer
273 views
Google Drive API: Error on OAuth2 token
I would like to create a webapp that use Google Drive as a storage and I'm playing with the Google API but I have a problem with the authentication.
I have choose the Service account as a ...
1
vote
0answers
34 views
How to do request for iOS installed app to accessing authentication code for google authentication
Here is what I have done in my process and what else i need please let me know .
I registered my iPhone app at google console and got client id, and secret id .
add url type as ...
0
votes
0answers
101 views
RESTful Service with various authentication mechanisms (own username/password, Facebook, Google, etc)
What would be the best way to implement a RESTful service that allows multiple authentication mechanisms. E.g., a custom one with a username/password, Facebook, Gooogle and some other OAuth identity ...
0
votes
1answer
138 views
Android google authentification userinfo.email is not working
I have a strange issue. I am using google authentication and this works on android > 3.x
But I tested on Samsung Handled (android version 2.3.3) and userinfo.email scope didn't work.
...
0
votes
1answer
96 views
Google Authentication - Login
I have built a website and intend users to login with their google account, they will be able to make comments using their google email address on my site.
I have work my way through googles ...
2
votes
1answer
444 views
Subdomain in Google Console Redirect URIs
I have an web application that uses google api (google drive). The application is used by many clients and every client has an subdomain to access the system.
So the domain is appdomain.com
And for ...
1
vote
1answer
333 views
vb.net Google api for device authentication simple http post request fail
I am creating a google drive device application.
And I am trying to go through the tutorial:
https://developers.google.com/accounts/docs/OAuth2ForDevices
and I got stock on the frist Step the simple ...
1
vote
1answer
393 views
GooglePlayServices not available due to error 9
I'm trying to run the GooglePlayServices samples but on the Auth sample I get the following error when pressing the Greet Me button:
com.google.android.gms.auth.GoogleAuthException: ...
1
vote
0answers
175 views
Authentication using OAuth and uploading videos to youtube in asp.net
I want to upload video to youtube using API. Further i am using OAuth2 authentication to authenticate user but i am unable to figure out where i am going wrong.
I would like to mention here that ...
1
vote
0answers
35 views
If I use Google authentication for a site, can I tell if the user has 2 step auth?
I want to use Google authentication for a site, but want to enforce use of Google 2 step authentication. Is there a way for me to tell if a user has this on or not? I want to boot users who don't ...
1
vote
0answers
165 views
Which email is used in Google OAuth 2.0 (Service Account) for Drive?
I'm trying to authentication with Google to use Google drive, but when I try to list files, none come back (and I know there are files in my Google Drive).
I'm using this code, and when I execute it, ...
0
votes
1answer
390 views
How to access Google feeds(Reader) with OAuth2.0?
I want to access google feeds with OAuth2.0. I used google-oauth-java-client to get my access token. How can I use it to access the feeds API?
I referenced dailymotion-cmdline-sample, and changed ...
0
votes
0answers
451 views
Google authentication javascript
I'm trying to do a implementation of the google login on our website. I have read the documentation and setup a application on the apis console.
I prefer that the signup dialogue is shown in a popup ...
2
votes
1answer
226 views
How do I force oauth authentication to be against a specific user
I'm following the client side authentication as described at https://developers.google.com/accounts/docs/OAuth2UserAgent
I am routinely signed on to multiple Google accounts. Normally, the flow will ...
1
vote
1answer
351 views
What causes intermittent Invalid Grant
I'm getting the following
{
"error" : "invalid_grant"
}
at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:103)
at ...
1
vote
1answer
243 views
Google client-login in Objective-C
I am trying to write a code for google client-login in objective-c.
I get Auth with email and password from "https://www.google.com/accounts/ClientLogin" and I can successfully login google by POSTER ...
0
votes
1answer
43 views
is upgrading an authorization code deterministic?
I read the comment "// Sometimes we won't get a refresh token after upgrading a code." in the sample DrEdit code ...
1
vote
1answer
402 views
'Google_Exception' with message 'Cant add services after having authenticated'
I am working on a WP plugin with Google Analytics, using Oauth 2.0.
All of my authentication & data pulls work fine, with the exception of this one issue: the first time I get a new Google ...
0
votes
1answer
245 views
how to get authorization code to my wp app for google authentication?
In my WP7.5 app, I have redirect the user to google web page where is asked to giving the app permissions to access to his account, user click yes, but it redirects to a page where there is the code ...
1
vote
1answer
616 views
Google Api get token request returns invalid_request
I'm trying to get Google APi's access_token using c# and always getting error message invalid_request. There is my code:
var Params = new Dictionary<string, string>();
Params["client_id"] = ...
2
votes
0answers
384 views
Is there someone who is using Google Service Account and Google Play Api?
I need to use Google Play api service. I try to get the authorization token using "Service Account" authentication method but I always get "400 Bad request" as response and the json: "error": ...
1
vote
1answer
110 views
Google Identity ToolKit: createAuthUrl - Invalid Identifier
I'm working on implementing Google Identity Toolkit in my application. Due to the unique customer requirement (FISMA), App Engine is an unacceptable platform.
I'd like the most seamless single sign ...
0
votes
0answers
221 views
Google 2-Legged OAuth Authentication Google Tasks Api
I am trying to create a Google Tasks service using a domain's oauth key and secret but keep getting : "message" : "Invalid Credentials". I was referencing this post ...
12
votes
3answers
1k views
Authenticating with OAuth2 for an app *and* a website
I'm developing a website that is primarily accessed via an app, and I want to use OAuth2 for user registration and authentication. Since it is an Android app I will start using Google's OAuth2 stuff, ...
0
votes
0answers
49 views
Access youtube user fav. videos android in my application
I am trying to user AccountManager to get the authentication token but unfortunately, I am not able to get the auth token.
It gives null pointer exception on
...
3
votes
1answer
248 views
google API - python outh2 application authentication
I have a simple scenario for which I can't find solution. I'd like to use Docs API for my application, but I want to use only one application account to store documents and perform all the API calls. ...
12
votes
6answers
5k views
Where can I find a list of scopes for Google's OAuth 2.0 API?
The example I'm working with specifies the scope in the OAuth request as:
scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile
...
1
vote
1answer
1k views
Phonegap Google authentication
Is this even possible? I've tried lots of solutions: oAuth2, looked at Twitter oauth examples, clientLogin... And it needs to work in Phonegap (Javascript). I'm having a hard time figuring this out ...
0
votes
1answer
646 views
Testing LightOpenID in Localhost
I am using LightOpenID to enable Google Authentication in my PHP web application.
However when I test the same in my local server I get the following error
( ! ) Fatal error: Uncaught exception ...
0
votes
2answers
1k views
How to proceed after the Google Authentication in ios App
How to proceed after the Google Authentication in ios App? When i allow the access for my application. The window appear is "Please copy this code,switch to your application and copy it there:".I dont ...
2
votes
0answers
243 views
How to proceed to next API request after successful authentication in Google Auth 2.0 in iPhone?
How to proceed to next api request after successful authication in google auth2.0 in iPhone? I got return data with keys. I need to use calendar api and task api.
- ...
2
votes
1answer
343 views
different auth tokens for google account
I got a php code using cURL to get Google auth token for Gmail account. I am using it for C2DM. Everytime I run that script, I receive a different auth token. I thought every google account has an ...

