Issue Type: Bug Bug
Affects Versions: current
Assignee: Kohsuke Kawaguchi
Components: openid
Created: 17/Aug/12 12:40 PM
Description:

When you have more than roughly 33 google accounts (cross domains) able to access your Jenkins installation you hit googles maximum URL length when the browser is instructed to redirect to the OpenID endpoint.

According to http://stackoverflow.com/questions/4957435/got-414-request-uri-too-large-from-google-when-authenticating-using-spring-secur the correct thing to do is POST the data from the browser rather than redirect with it all in the query string.

I have half an implementation of this here. I will update this if I ever get it working correctly.

Project: Jenkins
Priority: Major Major
Reporter: blongden
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to