Skip to content

Releases: jenkinsci/cas-plugin

1.7.0

27 Sep 20:01
a7a3b53
Compare
Choose a tag to compare
  • Upgrade to Spring Security 6.x and Jakarta EE 9 (thanks to @basil).
  • Compatibility with Jenkins 2.476 and higher (requires Java 17).
  • Incompatibility with Jenkins 2.475 and lower, please make sure to upgrade CAS plugin and Jenkins together.

1.6.3

14 May 20:25
149f32f
Compare
Choose a tag to compare

1.6.2

29 May 23:15
d4c5f20
Compare
Choose a tag to compare
  • Added explicit dependency on JAXB plugin (JENKINS-68455).

1.6.1

29 Jun 20:53
Compare
Choose a tag to compare

1.6.0

18 Feb 21:46
Compare
Choose a tag to compare
  • Added option to customize validation URL parameters in advanced protocol configuration.
  • Allow using {{attribute}} placeholders in Full Name and Email Attribute configuration (e.g. {{firstName}} {{lastName}} or {{uid}}@example.com).
  • Fixed handling of empty attributes.

1.5.0

22 Nov 22:53
Compare
Choose a tag to compare
  • Compatibility with Jenkins 2.266 and higher (replacement of Acegi Security with Spring Security, see JEP-227).
  • Incompatibility with Jenkins 2.265 and lower (for the reason above), please make sure to upgrade CAS plugin and Jenkins together.
  • Added support for CAS 3.0 JSON protocol format.
  • Added option to control redirection to CAS after logging out of Jenkins.

1.4.3

20 Nov 09:25
Compare
Choose a tag to compare

1.4.2

20 Nov 09:26
Compare
Choose a tag to compare

1.4.1

20 Nov 09:26
Compare
Choose a tag to compare
  • Fixed NullPointerException in SessionUrlAuthenticationSuccessHandler, that could occur when coming back from CAS on some servlet containers (JENKINS-46993).
  • Fixed NullPointerException in Cas10Protocol, when using an empty Groovy role parsing script (JENKINS-45441).

1.4.0

20 Nov 09:27
Compare
Choose a tag to compare
  • Fixed security issues related to Groovy script execution in CAS Protocol 1.0 configuration (SECURITY-488, see 2017-04-10 security advisory).