Questions tagged [google-openid]

Third-party websites and applications can now let visitors sign in using their Google user accounts. Federated Login, based on the OpenID standard, frees users from having to set up separate login accounts for different web sites and frees web site developers from the task of implementing login authentication measures.

Third-party websites and applications can now let visitors sign in using their Google user accounts. Federated Login, based on the OpenID standard, frees users from having to set up separate login accounts for different web sites and frees web site developers from the task of implementing login authentication measures.

OpenID achieves this goal by providing a framework in which users can establish an account with an OpenID provider, such as Google, and use that account to sign into any web site that accepts OpenIDs. This page describes how to integrate Google's Federated Login for a web site or application.

Google supports the OpenID 2.0 protocol, providing authentication support as an OpenID provider. On request from a third-party site, Google authenticates users who are signing in with an existing Google account, and returns to the third-party site an identifier that the site can use to recognize the user. This identifier is consistent, enabling the third-party site to recognize the user across multiple sessions. Google also supports the following extensions:

457 questions
0
votes
1 answer

login with google stopped working cookiepolicy is a required field

I'm using google sign in js in my web application, I was using these 3 statements in meta data
Shady Mohamed Sherif
  • 15,003
  • 4
  • 45
  • 54
0
votes
0 answers

Setting the record straight on google OpenID Connect for chrome extensions

I have developed a chrome extension and I would like to charge the clients a monthly subscriptions through Google App store. After doing some research in the developer's documentation on google chrome I have tried numerous variations to make it…
0
votes
2 answers

Communication between Relying Parties Google's OpenID Connect

I am creating a third-party service which consolidates a user's web-apps. I was looking at Google's OpenID Connect solution or their Oauth solution as a SSO to a user's web-apps. I have some criteria which I'm not sure it can handle. My service…
ANX
  • 1
0
votes
0 answers

Getting "Error: invalid_client" after the application migrated to use Google OAuth2

My application is using Microsoft ACS namespace to integrate with Google login. It was using Google OpenID 2.0, but now it has been updated to Google OpenID Connect. I have set up OAuth 2.0 in the Google Developer Console, such as creating a…
0
votes
1 answer

Google Sign in button issue

I am trying to add the Google Sign in to my application, i am following the official tutorial of Google : https://developers.google.com/identity/sign-in/web/sign-in unfortunately i can't add the google sign in button, i did the same as is described…
user2602584
  • 737
  • 2
  • 7
  • 25
0
votes
1 answer

Google Open Id with HTML 5 and javascript

I want to use Google Open Id in my web application. I just embedded code found on the google developer site into my application. I want to retrieve at least the name of the person who has logged in, but the code is not replying. Please help me…
0
votes
1 answer

Google Openid authentication and identification of Domain Admin

I have implemented Google openid authentication for my web application (ruby on rails) , now once authenticated how am i suppose to get the status of that particular user ? like if the user which has been authenticated is a domain admin or not ? i…
0
votes
1 answer

Redirect URI not redirecting correctly

I've specified my Redirect URI in my account setup, but I'm not sure about where to specify it in my code. I'm using the "sign in with google" button, and I'm able to sign in, but the redirect_uri that I'm always seeing when I use fiddler is the…
kickinchicken
  • 1,281
  • 4
  • 18
  • 40
0
votes
1 answer

Google App Engine Federated Login 500 Server Error

First of all, thanks you for your time and help. I have an app engine application that use federated login. However it is giving me 500 Server Error for the past 2 hours. Is it a known issue with this service at this momement? Thanks again. Bill
Bill
  • 31
  • 2
0
votes
2 answers

Google OpenID Connect: Receiving a 500 error when supplying the "max_age" parameter to an authentication request

As required by Google, we are attempting to finish our migration from Google's previous OpenID Authentication flow to the new OpenID Connect implementation. Everything has been relatively straightforward up until we attempted to use the max_age…
0
votes
0 answers

Do any openid providers allow for configurable password or other security requirements?

I'm working on an app where our customers have some conflicting requirements 1) Pretty complex password requirements (I'm trying to sell them on long pass phrases with no other requirements, but its government bureaucracy, so not holding out hope)…
Jason Coyne
  • 6,509
  • 8
  • 40
  • 70
0
votes
0 answers

Why do I get a Error 500(Server Error) page when adding 'max_age' parameter to Google Oauth 2.0 URL?

The 'max_auth_age' doesn't work for me in a few days ago but it worked before. I find that OIDC has a 'Authentication Request' parameter named 'max_age', and the description fits what I need - re-authentication (means REQUIRES to input…
0
votes
1 answer

How do I retrieve OpenID 2.0 identifier (openid_id) when using Apache Oltu with Google OpenID Connect

How do I retrieve OpenID 2.0 identifier (openid_id) when using Apache Oltu with Google OpenID Connect. Here is the authorization request I am using: OAuthClientRequest oltu_request =…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
1 answer

OpenID4Java to OpenID Connect

We are using OpenID4Java library in code. How can we upgrade to OpenID Connect as recommended but Google: https://developers.google.com/accounts/docs/OpenID
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
1 answer

Migrating OpenID2 to OpenID Connect or Google+ Sign-in

My ASP.NET MVC 4 application uses OpenID2 authentication that went with MVC templates (out of the box) and only uses Google accounts for authentication, no other social features are integrated. Now I need to migrate OpenID2 because it will be…
amp
  • 11,754
  • 18
  • 77
  • 133