Tagged Questions
The google-openid tag has no wiki summary.
11
votes
2answers
183 views
How or when to follow redirected OpenIDs?
I'm currently implementing OpenID authentication for a website. During testing, I've noticed that Google accepts different versions of claimed Google Profile IDs, e.g.:
...
9
votes
3answers
607 views
OpenID: is the identifier URL unique? what are the differences between the identifiers
In the OpenID specs, it says:
Identifier:
An Identifier is just a URL. The whole flow of the OpenID Authentication protocol is about proving that an End User is, owns, a URL.
...
6
votes
1answer
140 views
Should I be encrypting OpenID's in my database?
I am storing OpenIDs into a database so I can log in users very quickly. Should I be encrypting them in my database?
An alternative question would be, are they considered 'sensitive' information?
6
votes
1answer
1k views
Google and Yahoo OpenID Endpoint
Are https://www.google.com/accounts/o8/id and https://me.yahoo.com are Google's and Yahoo's OpenID Endpoint or the URL's to which I must send the discovery request, which in response will have the ...
5
votes
2answers
3k views
How to implement Google OpenID authentication in PHP & Test on Localhost
I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any example.
Can anyone suggest me some good tutorials (step by step) or any working example ...
4
votes
1answer
659 views
Why does the ID of Google's OpenID implementation change?
I'm trying to implement OpenId login for a web application. Whenever new user who logs in via OpenId I create a new user on the sustem, and among the data I store their openid URL, so that next time ...
3
votes
2answers
194 views
How do I identify OpenID username when identifier has no username in it?
I am trying to implement openID on my site and read through like Plaxo and questions on SO. I am currently able to authenticate my users using the libraries. But I notice that some providers like
...
3
votes
3answers
226 views
How to get persistent access to a user's google account?
My app pulls info from my users' Google Calendars.
The users already have to login to my app, so they find it annoying that they have to "Grant Access" to their google account at least once per ...
3
votes
1answer
442 views
Google Apps and Open ID Authentication in Rails - Security
I'm moving an app to use only Google Federated Login (OpenID) for an application (we use google apps for everything and feel it would be easier to combine user management there). While I can ...
3
votes
1answer
250 views
Is all I need the “identity url”? - OpenID
I'm just wondering if all I need is the identity url in order to to theoretically attach an OpenID account to a user's account.
I have identity urls that look like the following: ...
2
votes
1answer
47 views
What parts of discovery for google apps auth aren't to the open-id spec?
In particular I'm interested in the verification of the claimed ID. Google's instructions talks about retrieving meta-data from the domain in the claimed ID which will contain a link to the XRDS ...
2
votes
0answers
53 views
Google OpenID - how to use checkid_immediate in javascript?
With openid.mode=checkid_setup I can open a popup window and if the user is not logged in he will enter his credentials. But if he is already logged in (browser cookie), then the popup will appear and ...
2
votes
1answer
187 views
No route matches [GET] “/auth/google_apps” when I try to authenticate with omniauth-google-oauth2 gem
I have implemented twitter and facebook authentication with omniauth gem, but when i try to authenticate with openID or google I get: No route matches [GET] "/auth/google_apps" or No route matches ...
2
votes
1answer
418 views
List of available attributes for http://axschema.org and http://schemas.openid.net
I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I ...
2
votes
0answers
115 views
OpenId - how to use checkid_immediate and x-has-session?
The documentation doesn't tell much about those two parameters. I understand they somehow related to log in status checking.
I want to check if a user is currently logged in the browser (Meaning, ...
2
votes
2answers
526 views
Android authentication to google accounts passed on to Google App Engine
Before I dig into the details of implementing this particular design, I wanted some advice/validation on whether I was approaching it correctly. I have a beginners knowledge of Android, advanced ...
2
votes
1answer
294 views
Is there any running example code for Google login with authlogic
PS:- please dont say use this devise, omniauth or any other plugin/gem you know.
I am looking for some example code for google login using authlogic for ruby on rails 3.
Here is what i have ...
2
votes
1answer
209 views
openid with appengine
I am currently using federated authentication via openid in appengine - using google, yahoo, myopenid as the providers
Had a question as to what I should be storing in my db to identify returning ...
2
votes
0answers
169 views
How to unit test my Google OpenID consumer app?
My web app is a Google OpenID consumer (with Attribute Exchange and OAuth Extension) and I need to write some unit test for it.
The problem is that default OpenID login procedure needs user ...
2
votes
2answers
326 views
Google OpenID not working with OpenID plugin in WordPress
The OpenID plugin for WordPress doesn't seem to accept either of the Google OpenID provider links:
http://google.com/profiles/username
or
https://google.com/accounts/o8/id
It returns the error ...
2
votes
3answers
254 views
Login with openid with Google or other providers
I am trying to figure out how openID works. Therefore I am trying to write my own simple class for my web app that uses Google openID
I am wondering if there are any examples that you know. Or where ...
2
votes
2answers
434 views
How do I retrieve google profile with DotNetOpenAuth?
I am trying to use DNOA for OpenId support to my app, in order to leave the Janrain solution I have been using so far. The problem is that the users I have so far have profile based identifiers ...
2
votes
1answer
917 views
DotNetOpenAuth and Google OpenID implementation
It's a relatively well-known fact that Googles' OpenID Provider does not provide (no pun) username and various other properties, as well as that it generates really ugly claimed identifiers.
...
2
votes
1answer
467 views
How to access the Avatar from Google?
I've implemented OpenID-Login with Google. I can access the following attribute types 'contact/email', 'namePerson/first', 'namePerson/last' and 'pref/lang'. But I also wanna have the Google Account ...
2
votes
1answer
87 views
How is it that i am getting two different open ids for the same site for the same user
I was under the impression that the open id for a user remains constant.
I am allowing users to setup open id with my site with 2 different screens in my app...
I was under the impression that the ...
1
vote
2answers
80 views
Can I get users in my app to sign in with Google?
I've looked at this and this but they make it sound like it has to be a website (not an Android app) to use Google to Sign in, rather than a database of my own.
So, is it possible to use Google to ...
1
vote
0answers
83 views
facebook, LiveId and googlemail login in own application c#.net
I have a project in which my client wants to login using facebook, gmail or Live Id account.
I am just new to OAuth concept.
Some idea but not in deep.
I have few queries, can anyone please help me ...
1
vote
1answer
202 views
Anyone implemented google identity toolkit succefully in PHP?
I'm trying to implement the Google Identity Toolkit in PHP and Javascript
I've defined the 7 cases
Callback Url: Login URL: User status Signup URL: Logout URL: Home URL: Forgotten URL:
and the ...
1
vote
1answer
334 views
OpenID+OAuth for YouTube using openid4java
My application allows users to log in using OpenID from Google or Yahoo. There's also a feature which allows users to upload to YouTube. Some users arrive via a YouTube context with the purpose of ...
1
vote
1answer
145 views
Python - How to request pages from website that uses OpenID
I'm writing a python script that scrapes a website, where the website uses OpenID auth to identify me via google.
Is there a python library that will handle do this for me, or do I need to find out ...
1
vote
0answers
366 views
Help - Google Openid PHP for Hybrid Popup Login Window appears again and again [closed]
I had downloaded the popuplib.js for the http://code.google.com/p/gdata-samples/source/browse/#svn/trunk/hybrid and written the following php code and after once provided the access and then close the ...
1
vote
1answer
401 views
Google OpenID & OAuth - How to get access tokens
I have a website from where I want users to link their GMail account, I later want access to the users GMail account through OAuth. I use Google's OpenID+OAuth (Hybrid Protocol) for this.
When I ...
1
vote
0answers
73 views
Trying to write a Zend_OpenId_Extension for OAuth
Howdie all,
I'm trying to write a Zend_OpenId_Extension to do an hybrid OpenID+OAuth to Google. This is my code:
<?php
class Utils_OpenID_OAuth extends Zend_OpenId_Extension
{
const ...
1
vote
1answer
370 views
Using OpenID (gmail) to authenticate a user to a drupal site
I want to develop a Drupal site, where I want to provide the user with a login screen. The user will be authenticated if they enter a valid gmail username/password, and will be taken to the main page ...
1
vote
2answers
330 views
Zend OpenId 2.0 Support
I need to signup a user by OpenId (for example google)
But it is not working!
I have already see some topics:
http://framework.zend.com/issues/browse/ZF-6905
Zend OpenId and Google
And others..
But ...
1
vote
1answer
85 views
case AuthenticationStatus.Failed: in openid using asp.net
i am trying to implement the openid concept but failed. i have try different sample form internet and run them. when i run they ask me for authetication for provider. suppose i select google they ...
1
vote
1answer
115 views
I can't test a Google App using OpenID single sign-on on the AppEngine devserver, locally
I'm starting to develop an application using App Engine (Python) that will be integrated in the Google Apps platform and will be sold in the Marketplace. I've implemented the Single Sign-On openID ...
1
vote
1answer
362 views
Got 414 Request-URI Too Large from Google when authenticating using Spring Security 3
My steps are as follows:
the user goes to login page.
the user doesn't have an account, and goes for Google OpenId.
the user is prompted by Google login page, and enters login details.
the user gets ...
1
vote
3answers
284 views
Rails 3 - Use only OpenID authentication
I want to add authentication to my Ruby on Rails 3 app, but I only need users to be able to authenticate using their Google accounts, because I'm making it a hosted app for the Chrome Webstore, so I ...
1
vote
1answer
103 views
How can I use OpenID for users logged into multiple Google accounts simultaneously?
Google now allows people to be signed into multiple Google accounts at the same time. However, I don't think that Google accounts have their own unique OpenID identifier URLs (it's the same for ...
1
vote
1answer
541 views
how to get access token from request token for OpenID + OAuth using java
I am trying to implement the OpenID + OAuth hybrid protocol in my application for Google.
I am getting the request token. So the next step as document in the Federated Login is exchange request token ...
1
vote
1answer
226 views
Google OpenID unique identifier problem
i recently asked question which was closed down linked here.
http://stackoverflow.com/questions/3827349/how-to-use-one-openid-across-multiple-domains-closed
I did not even had time to correct ...
1
vote
1answer
190 views
OpenID and federated logins
The federated login works, now how do I enable OpenID logins like .blogspot.com? I've misunderstood how to enable federated logins and OpenID same time. Are these 2 different cases and can get ...
1
vote
1answer
723 views
OpenID Autologin Janrain Example in php
I want my website to automatically detect if a user is logged into google. If they are, it checks the database to see if they are already registered. If they are registered, it logs them in to my ...
1
vote
2answers
352 views
Retrieving XRDS document in OpenID using Ruby
I am just playing around with the OpenID protocol. I am trying to send Discovery request and retrieve the XRDS document from google . When I try to do it from the terminal using the curl, I am getting ...
1
vote
1answer
188 views
List of Direct OpenID Providers that utilize unbound discoverable URLs?
Anyone has a list of Direct OpenID Providers that utilize unbound discoverable URLs?
So far, I have only found these:
myopenid,
yahoo,
Hyves,
myspace,
myid.net,
google,
yahoo japan,
AOL,
...
1
vote
1answer
232 views
Php OpenID fault in google accounts
I'm use"PHP OpenID" for login with Google accounts into my site(forum and wiki) but when i send my profile address and i signed in bellow error are shown:
OpenID authentication failed: Nonce already ...
1
vote
1answer
257 views
OpenIDenabled PHP library with Google Openid
I am using JanRain OpenID Library PHP.
I am trying out the consumer example in /example/consumer.
Services like Google (or Yahoo) are not working, while other's like myopenid.com, blogger are working.
...
1
vote
1answer
477 views
Why does Net::OpenID::Consumer fail when trying to grab Google's OpenID discovery endpoint?
I'm implementing OpenID support for a public website. Yahoo and Verisign openid authentication currently works fine. However, I cannot seem to connect to Google's endpoint.
Below is the code:
Usual ...
0
votes
0answers
22 views
need help in integrating spring security with openid for grails app
I am working on Integrating spring security with openId for my grails Application using springsecurity core and springsecurity openid plugins. I have integrated it, and it works well.
I want that ...