We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to authenticate a user on a page like
https://example.org/Front%20Page
mod_auth_openid sends a return URL that OpenID providers including myopenid choke on.
I'm not sure what should be happening here, but encoding the space as %2520 instead of %20 seems to get slightly farther.
The text was updated successfully, but these errors were encountered:
I believe I have this same issue. I'm using 0.7 from Debian Wheezy. Here's the protected URL:
https://buildbot.myfamilyvault.com/builders/stage%20mfv-web/builds/42
Here's my apache config snippet:
AuthType OpenID require valid-user AuthOpenIDTrusted ^https://www.google.com/accounts/o8/ud AuthOpenIDAXRequire email http://openid.net/schema/contact/email @keyingredient\.com AuthOpenIDSingleIdP https://www.google.com/accounts/o8/id AuthOpenIDAXUsername email AuthOpenIDSecureCookie On
Here's the OpenID HTTP request to Google OpenID where Google returns a 400:
https://accounts.google.com/o/openid2/auth?openid.assoc_handle=1.AMlYA9XdsB8CcJtptMg12P3N9x54uIv6VkmIg0a2WgqPMeGfX1aUsQ3L6UJZ9ucpoOEr5KKBrzOVlg&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.realm=https://buildbot.myfamilyvault.com/builders/stage+mfv-web/builds/&openid.return_to=https://buildbot.myfamilyvault.com/builders/stage+mfv-web/builds/42?%26modauthopenid.nonce%3Dsqff9cFMvi&openid.trust_root=https://buildbot.myfamilyvault.com/builders/stage+mfv-web/builds/&openid.ax.mode=fetch_request&openid.ax.required=email&openid.ax.type.email=http://openid.net/schema/contact/email&openid.ns.ax=http://openid.net/srv/ax/1.0
Sorry, something went wrong.
No branches or pull requests
When trying to authenticate a user on a page like
https://example.org/Front%20Page
mod_auth_openid sends a return URL that OpenID providers including myopenid choke on.
I'm not sure what should be happening here, but encoding the space as %2520 instead of %20 seems to get slightly farther.
The text was updated successfully, but these errors were encountered: