Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I'm trying to log in to the CakePHP website using Open ID: http://ask.cakephp.org/users/login

The most correct looking URL I've found is: https://www.google.com/accounts/o8/id

..but I can't properly determine what I'm supposed to enter for my open ID, as it rejects everything that I try putting in.

Is the cake site just broken, or do I have the wrong URL?

share|improve this question

4 Answers

up vote 20 down vote accepted

On most sites you can use your Google profile link when logging in to OpenID. E.g. http://www.google.com/profiles/your.name.here

Before Google profile OpenID support you had to use https://www.google.com/accounts/o8/id

You can read more about it at Jeff Atwood blog post: Google Offers Named OpenIDs.

However, it appears, that at ask.cakephp.org Google profile URLs are not working. As noted by Greg, if you are logged in to your google account, google.com will work as OpenID url there.

share|improve this answer
It isn't working, even though I am logged in to my google account. "Returned identity did not match claimed identity" =/ – Brad Koch Sep 14 '11 at 20:33
Can you login to any other site using your Google OpenID? I can log in to ask.cakephp.org with google.com as well as with https://www.google.com/accounts/o8/id. Maybe there is an issues with your Google OpenID. – Domas Sep 16 '11 at 11:14
Yup, that's how I authenticate to StackOverflow/etc. I also had a friend try it; didn't work for them either. – Brad Koch Sep 27 '11 at 20:04

None of the other answers worked for me. However, what did was following the below steps.

NOTE: you should be able to skip some of the steps and go straight to the privacy link.

  1. Log into your account in Google
  2. Click on the profile down arrow
  3. Click the Privacy Link
  4. On the right will be the link to your Google Open ID URL
    • Mine was https://plus.google.com/{RANDOM_NUMBER}, where the random number is specific to my profile

Note that you might not get this unless you have a Google+ account.

share|improve this answer
The selected answer didn't work for me (google.com/profiles/your.name.here) but the URL found under the Privacy Link did. – Marius Butuc Feb 1 at 13:49

To use the Google OpenID with Google Apps (in my case, a gmail business package, where my ID is NOT @gmail.com) it was REALLY hidden.

If you visit your account page ( eg https://www.google.com/settings/account ) and view-source, search for "https://profiles.google.com/" There you will find the long mysterious number that is the URL for your OpenID.

share|improve this answer

Just enter google.com (whomever is your Open ID provider)

EDIT:

Make sure you're logged in to Google (or whomever is your Open ID provider) before entering their address.

share|improve this answer
Doesn't work for me. I get "Returned identity did not match claimed identity". Hence the whole suspicion of their site being broken. – Brad Koch Sep 14 '11 at 20:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.