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

Me as openid provider

I have an website which is using openid and I made it as an openid provider. Is there any possibility to display my openid provider in other openid provider website as an identity provider as google,Yahoo,etc.,
user1374429
  • 1
  • 1
  • 3
0
votes
1 answer

How to list my OpenID provider on relying parties' login pages?

Is there any registration process to be an openid provider I'm developed an openid provider and I want to show it as an openid provider in all openid supported websites
user1374429
  • 1
  • 1
  • 3
0
votes
1 answer

How to allow users to Login to my web application using their google account in ASP.NET

I am developing a website, in that i want to implement this feature so when ever the user login to their google account i want to get their profile and i want to store it in my database. i here that it could be done by OAuth. Can any one have best…
user1198485
-1
votes
1 answer

How to authenticate user/password of a Google account on a standalone/desktop application in java

I want to authenticate username/password of google account. So enters the user name and password in a form than i need to verify those credentials using java google api. The Google service on application is already authenticated by using oauth for…
Akarsh
  • 19
  • 1
  • 7
-1
votes
1 answer

Is it possible to get a list of all the pages where I authenticated with my Google OpenID

From the usability perpective, it is perfect to authenticate with google at all type of pages with my Google OpenID (for example on stackexchange). But I do not really know what happens when I do so. Especially I would like to get a list for all the…
user1383029
  • 1,685
  • 2
  • 19
  • 37
-1
votes
1 answer

Migrating OpenID to OAuth2.0 in Google AppEngine

As of April 20th with the deprecation of certain google APIs, our Google Appengine app has stopped working. Going…
-1
votes
1 answer

Whitelist for OpenID on android

I want to authenticate my application's user, in order to know what they could access. I have decided to use the authentification method provided by google. But, as my application need to stay private, I would like to be able to give to google a…
SimonL
  • 3
  • 2
1 2 3
30
31