Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins core LTS 2.176.1
Monitoring plugin 1.78.0
CAS plugin 1.4.3
Description
After updating Monitoring plugin from 1.77.0 to 1.78.0 there's no redirect to the Jenkins dashboard after login using CAS plugin.
The browser url remains like this and there's no redirect:
https://$MY_JENKINS_INSTANCE/securityRealm/finishLogin?ticket=$A_SAMPLE_TICKET_VALUE
The status code of the url above is 200, however when I rollback the Monitoring plugin to 1.77.0, the status code of the url above is 302 and the server response also redirects to the Jenkins dashboard.
When I rollback the Monitoring plugin to 1.77.0 the login works fine again.
Thanks!