Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yahoo problems #15

Closed
cjw296 opened this issue May 30, 2011 · 3 comments
Closed

Yahoo problems #15

cjw296 opened this issue May 30, 2011 · 3 comments

Comments

@cjw296
Copy link
Contributor

cjw296 commented May 30, 2011

Okay, so trying the following YAML config:

"""

Store:
Type: velruse.store.memstore:MemoryStore

OpenID:
Realm: http://http://pythonjobs.chrisw.info/
Endpoint Regex: http://http://pythonjobs.chrisw.info/loggedin

Yahoo: true

OpenID Store:
Type: openid.store.memstore:MemoryStore
"""

...and the following submitting form:

I get the following error:
"""
Sorry! There is an error with the request we received from the website you are trying to use. Please try again in a few minutes. If this error persists please contact the site administrator. Learn more..
"""

...from the following Yahoo url:

https://open.login.yahooapis.com/openid/op/auth

What am I going wrong?

@bbangert
Copy link
Owner

You shouldn't need to declare Yahoo there, just leave it empty.

@cjw296
Copy link
Contributor Author

cjw296 commented May 31, 2011

Yeah, OK, so the Yahoo doesn't need the "true", but it doesn't appear to make any difference ;-)

I see I forgot to include the submitting form, which looks like this:

Regardless, the error is still the same...

@cjw296
Copy link
Contributor Author

cjw296 commented May 31, 2011

The problem was the garbage (double http://) in the YAML:

"""
Realm: http://http://pythonjobs.chrisw.info/
Endpoint Regex: http://http://pythonjobs.chrisw.info/loggedin
"""

@cjw296 cjw296 closed this as completed May 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants