ATM SSO logic is under "remember me" checkbox. If it doesn't work, then you probably something misconfigured, verify cookies that you receiving in browser before/after auth.
PS. We are working on plugin refactoring to get better remember me and standard authentications. On Monday, September 14, 2015 at 2:45:40 PM UTC+3, LIGADE, SHAILESH wrote: > > This post has NOT been accepted by the mailing list yet. > > Hello, > > Jenkins - 1.594 behind apache, crowd 2.8.0 > > I have configured crowd2 plugin in Jenkins. However, I am unable to do > SSO. If I logon to crowd first and then try to logon to Jenkins, I still > get login screen. > > Crowd and Jenkins are in the same domain, however, apache virtual host is > different > > Crowd Url - https://<crowd hostname>/crowd > Application Name - jenkins > Application Password - xxxxx > Restrict groups - <group name> > Use nested groups - checked > Use SSO - checked > cookie.domain - set to .<domanin name> > cookie.tokenkey - crowd.token_key > Enable Proxy - unchecked > session.validationinterval - 30 > http.max.connections - 20 > http.timeout - 5000 > socket.timeout - 20000 > > Setting or not setting restricted groups has no effect. > Tested with different domain names, but no effect. > > Here are the log entries > > > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdServletFilter doFilter > FINE: User is not logged in (anymore) via Crowd => logout user > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdRememberMeServices > logout > FINE: Logout user and close SSO session > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdServletFilter doFilter > FINE: User is not logged in (anymore) via Crowd => logout user > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdRememberMeServices > logout > FINE: Logout user and close SSO session > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdServletFilter doFilter > FINE: User is not logged in (anymore) via Crowd => logout user > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdRememberMeServices > logout > FINE: Logout user and close SSO session > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdServletFilter doFilter > FINE: User is not logged in (anymore) via Crowd => logout user > Sep 11, 2015 2:17:38 PM de.theit.jenkins.crowd.CrowdRememberMeServices > logout > FINE: Logout user and close SSO session > > This keeps on repeating > > sometimes, I also get > > SEVERE: Host connection pool not found, > hostConfig=HostConfiguration[host=https://<crowd url>:9443] > Sep 11, 2015 2:12:32 PM > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager > freeConnection > SEVERE: Host connection pool not found, > hostConfig=HostConfiguration[host=https://<crowd url>::9443] > Sep 11, 2015 2:12:32 PM > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager > freeConnection > SEVERE: Host connection pool not found, > hostConfig=HostConfiguration[host=https://<crowd url>::9443] > Sep 11, 2015 2:12:32 PM > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager > freeConnection > SEVERE: Host connection pool not found, > hostConfig=HostConfiguration[host=https://<crowd url>::9443] > > Not sure what is it complaining about.. > > Any suggestions? > > Thanks in advance > > M > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6fb42648-a745-4725-8f00-ab4ae82b56ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
