Skip to content

Releases: jenkinsci/cas-plugin

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).

1.3.0

20 Nov 09:27
Compare
Choose a tag to compare
  • Updated CAS client version to 3.4.1 with less dependencies and support for CAS Protocol 3.0.
  • Added CAS REST API support to authenticate Jenkins API calls with real username/password (thanks to Sebastian Sdorra).
  • Bumped minimum Jenkins version to 1.625.3 (and require Java 7).
  • Restored compatibility with Jenkins version 2.19.1 when using SAML 1.1 (missing dependency no longer required).