[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2014-09-25 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















Code changed in jenkins
User: Stephen Connolly
Path:
 src/main/java/hudson/plugins/openid/OpenIdExtension.java
 src/main/java/hudson/plugins/openid/OpenIdSsoSecurityRealm.java
http://jenkins-ci.org/commit/openid-plugin/e0c69e3cf3367eca7bff4e6279540e97455f42c0
Log:
  JENKINS-14843 Allow extensions to determine whether it is appropriate for specific security realms





























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2014-01-10 Thread john.r.engel...@gmail.com (JIRA)














































John Engelman
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















Just tried to disable using the property and there is a missing '.' in the code that looks up the property. Using the malformed -Dhudson.plugins.openid.impl.TeamsExtensiondisable=true does work though.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2013-11-27 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
 src/main/java/hudson/plugins/openid/impl/TeamsExtension.java
http://jenkins-ci.org/commit/openid-plugin/e5bf3e92ca99e095565510ea8504b3c0debba99f
Log:
  JENKINS-14843

We can't merge the proposed patch as is, and we should switch to POST if that's what has to happen.
In the mean time, at least provide an escape hatch to allow people to bypass the team extension.

Run Jenkins with -Dhudson.plugins.openid.impl.TeamsExtension.disable=true to disable the team extension.





























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2013-08-01 Thread william.whit...@gmail.com (JIRA)














































William Whittle
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















This has just hit my environment too. It was OK previously, but from about 10 minutes ago I've been getting a 414 error from Google saying the URI was too long. I had just added a large number of users to the matrix-based security, so that matches what others have seen.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2013-08-01 Thread william.whit...@gmail.com (JIRA)














































William Whittle
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















To change to use POST looks much too invasive a change. I've submitted a pull request that tries to avoid the issue by allowing the OpenID Team extension not to be used, and hard-coded not to be used with Google, which doesn't seem to support it anyway. 

https://github.com/jenkinsci/openid-plugin/pull/4



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2013-05-14 Thread br...@waveaccounting.com (JIRA)














































brian masson
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















I've now hit the same issue -  can you provide what you've got so far, in case someone else can pick it up and get this solved?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [openid] (JENKINS-14843) OpenID SSO should use POST to submit details to google apps endpoint

2013-05-09 Thread pardeep.cha...@hcentive.com (JIRA)














































Pardeep Chahal
 commented on  JENKINS-14843


OpenID SSO should use POST to submit details to google apps endpoint















I am also stuck with the same issue. We are using Jenkins + google apps openID. When we reach a critical mass of users added to different projects, the URL becomes too large and Google throws a fit with a 404 URL is too large error. The URL contains every single email address that has been added to the security, and if I cut some out, the process works correctly. We are using project based security matrix. 

Please suggest how to solve the problem.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.