After updating Jenkins, logins fail with https://[jenkinsURL]/j_spring_security_check

799 views Asked by At

I updated Jenkins from version 2.252 to 2.313. But then when I tried to login, I was redirected to the page https://[jenkinsURL]/j_spring_security_check with a 404 error.

1

There are 1 answers

1
twasbrillig On

I fixed this issue by updating the Jenkins "Active Directory" plugin to newer than version 2.17.

They mentioned the fix here: https://github.com/jenkinsci/active-directory-plugin/releases/tag/active-directory-2.17

After that, I was able to log in fine.