Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
You are logged in in Jenkins and another application, say, B, that authenticates against a remote Crowd server and uses single-sign-on.
When you logout from B, your Jenkins session isn't invalidated, i.e. you remain logged in in Jenkins.
Attachments
Issue Links
- is duplicated by
-
JENKINS-11505 Single-sign-on isn't working correctly in the Crowd 2 plugin
-
- Resolved
-
-
JENKINS-11506 Single-sign-on isn't working correctly in the Crowd 2 plugin
-
- Resolved
-
- relates to
-
JENKINS-52306 Improve SSO logout
-
- In Progress
-
The problem was that the security realm specified a session validation interval that was set to non-zero value. If you logout from another application, your Jenkins session still remained valid for a couple of minutes.
Additionally some minor improvements were added to the servlet filter.