-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins LTS 1.409.3 with OpenID plugin 1.4
I've configured the OpenID plugin as SSO, attempting to use it with a Google Apps for Business domain, roughly as follows (in config.xml)
+ <securityRealm class="hudson.plugins.openid.OpenIdSsoSecurityRealm">
+ <endpoint>https://www.google.com/accounts/o8/site-xrds?hd=example.com</endpoint>
+ </securityRealm>
When attempting to login, Jenkins correctly re-directs me to the Google Apps page for confirmation, but upon completion, I get a null pointer exception in doFinishLogin.
I can't tell if this is the same as JENKINS-9216.
- is duplicated by
-
JENKINS-14415 500 when using Google SSO
- Resolved
-
JENKINS-14694 Null pointer exception when using Google Apps login via an alias Jenkins URL
- Resolved