-
Notifications
You must be signed in to change notification settings - Fork 3
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
OpenID login is broken #27
Comments
upon further investigation, it might be just my website that the server is having trouble contacting. Entering "http://tantek.com" as an OpenID identifier works and properly redirects to the OpenID server. However it gets hung up on "https://aaronparecki.com". My server is working fine, so I don't understand why it's getting stuck. I'm still confused about the |
TL;DR: It's not you, it's them ;-) I logged in with Twitter. |
I don't know why I saw a persona error though. I didn't enter an email address, and was only using the OpenID login. The problem is I'm locked out of my actual account, and logging in with Twitter/GitHub made a new account that doesn't have any of my history in it. |
Maybe it was defaulting to Persona? |
There's definitely something going on there — I thought I'd removed the entire persona implementation from the auth flow, so I'm surprised that it would show up as a strategy. I'll take a look. |
Entering a URL that supports OpenID eventually results in a 504 Gateway Time-out error.
Entering a URL that does not have OpenID tags ends up with a "too many redirects" error, with a URL of
http://opensourcebridge.org/auth/failure?message=invalid_credentials&strategy=persona
The text was updated successfully, but these errors were encountered: