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

Openid /Oauth implementation For Windows application

How to implement openid /oauth in windows application.What are the necessary things to be considered?
spiderman
  • 25
  • 7
0
votes
1 answer

How to restrict OpenID login to one Google Apps Domain on GAE (again)

I want to restrict login to a python application running on Google App Engine to members of a particular Google Apps Domain using OpenID. According to the thread How limit Google Federated Login to specific Apps domain? this could be accomplished…
Arne S
  • 1,004
  • 14
  • 41
0
votes
1 answer

Using REST, SOAP or JSON with Google OpenID or OAuth

Is there any way that I can use REST, SOAP or JSON to authenticate users using Google OpenID or Google OAuth? The server that I'm required to use is very incompatible with PHP (rendering the existing OpenID and OAuth libraries for PHP useless) and I…
Carter Pape
  • 1,009
  • 1
  • 17
  • 40
0
votes
1 answer

How to disable dynamic sign up with Open ID provider during client authentication flow?

Background: I'm using Open ID authentication in my asp.net website. Here is how it works currently - User would pick an Open ID provider from dropdown (google/yahoo/myopenid/etc..) and then click on Login button. The application would then pass the…
Thimmu Lanka
  • 427
  • 3
  • 12
0
votes
1 answer

Providing Google login in Metro app, avoiding repeated permission-grants (Oauth2/Google OpenID)

I have the following situation: I'm currently attempting to write a Metro-style application, with the ability to let the user sign in with his Google account, and the app requestion several permissions, as Userinfo.profile and Userinfo.email. For…
Daneo
  • 508
  • 3
  • 17
0
votes
1 answer

Obtain Google Contacts via OpenID Authentication in Django

I am using the Django package django_openid_auth and this snippet of code to authenticate a user in Django via his OpenID. This works perfectly. The user is redirected to the Google Accounts page to obtain the permission, then is redirected…
user1034697
0
votes
2 answers

return_to does not match return URL - after upgrading openid library

I have upgraded PHP from version 5.2 to 5.3. Then upgraded the OpenId and library from 2.1.2 to 2.2.2. And also updated Yadis to latest. Before the upgrade, OpenId log-in was working. The underlying CMS is Drupal. Now I get an…
Shantha Kumara
  • 3,272
  • 4
  • 40
  • 52
0
votes
1 answer

Using custom login page to login to liferay using Google Id

We are developing a portal on liferay, where in user should be able to login to liferay using their Google Id. Here we have to provide a custom login page for the users, which authenticates the users using the Google ID. But nowhere i could find a…
Seeker
  • 2,405
  • 5
  • 46
  • 80
0
votes
1 answer

Google OpenID - programmatically select session if user is logged into several google accounts

I'm using DotNetOpenAuth to allow users to log into my website using their Google account. Since Google allows users to be logged in to several accounts at the same time it would be helpful to be able to pass in an identifier in the authentication…
0
votes
2 answers

How to disable discovery and specify OpenID server for omniauth-openid

I am trying to do OmniAuth OpenID with Google Apps in Ruby on Rails. I know it should work out-of-the-box if I specify ":identifier => 'https://www.google.com/accounts/o8/site-xrds?hd=example.com'" where example.com is the domain that my targeted…
0
votes
2 answers

Google Openid and Oauth

we have users who authenticated via the google hybrid Openid (OpenId+OAuth1 [0]) protocol. To use the newer APIs from google we have to change to oauth2 based authentication. Is there a way to know after an oauth2 login if he is one of our openid…
squiddle
  • 1,259
  • 8
  • 17
0
votes
1 answer

Google Identity Toolkit HTTPS issue

Home URL is http Login URL is https I have found that if I change the login URL although it says you are submit unsecure data the functions work. However when in https the functions do nothing and I cannot debug it to see what's going…
Case
  • 4,244
  • 5
  • 35
  • 53
0
votes
3 answers

OpenId authentication in struts 2 web application

This is related to OpenId authentication. I have implemented the google and yahoo openId auth with java in struts2 but it is achieved through page redirection to openId provider auth page and then back to my own success web-page. But what i…
Sushant Verma
  • 899
  • 7
  • 8
0
votes
1 answer

Executing a webrequest without redirecting a page

I ran into a weird problem while using openid in asp.net. I wanted a server side logout for gmail account but without redirecting to another page. I thought executing a web request would do that. This is my code HttpWebRequest loHttp = …
Paras
  • 2,997
  • 6
  • 35
  • 46
0
votes
1 answer

Devise Omniauth with google open-id access token information

I'm new in rails and I'm trying to integrate omniauth and the login with google. Surfing on the web i found a way to do it, but i got this error: undefined method `[]' for nil:NilClass app/models/user.rb:22:in…
Müsli
  • 1,744
  • 7
  • 27
  • 50
1 2 3
30
31