Skip to content

Releases: jenkinsci/oic-auth-plugin

4.236.v4124503b_a_f88

08 Apr 08:41
4124503
Compare
Choose a tag to compare

Fix regression(#290) on PKCE code verification. PKCE can be re-enabled in configuration.

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

4.229.vf736b_fec02f4

03 Apr 20:32
Compare
Choose a tag to compare

Fix security SECURITY-3168 regarding escape hatch password stored in a recoverable format. Instead of relying on system security, only a hash of the password is stored on disk.

🐛 Bug fixes

🚩 Known issues

  • Regression(#290): PKCE code verification no longer works (must be disabled in config)

4.228.v0c3e8682ff1f

03 Apr 12:02
Compare
Choose a tag to compare

🚀 New features and improvements

🚩 Known issues

  • Regression(#290): PKCE code verification no longer works (must be disabled in config)

4.227.v36610663f760

02 Apr 19:14
Compare
Choose a tag to compare

Fix regression(#285), introduced in v3.0, where a bug causes failure of redirect after login when Jenkins root url contains a path.

🐛 Bug fixes

4.225.v03326773b_44b_

23 Mar 23:25
0332677
Compare
Choose a tag to compare

💥 Breaking changes

  • Use JMESPath for extracting idtoken and userinfo fields (#281). This introduces a break of configuration in the case a field name contains a character outside the alphanumeric range or underscore (regex [A-Za-z_0-9]); in this case, the name of the field must quoted in the configuration. In particular for the dot character: in the previous implementation, a field.name would be found, with JMES Path, the configuration of the field must be "field.name".

🚀 New features and improvements

🚩 Known issues

  • Regression(#285): wrong redirect after login when jenkins base url contains path

4.224.v62720cfa_026e

20 Mar 23:35
62720cf
Compare
Choose a tag to compare

Fix regression(#236) introduced in v2.6 where group configuration is not taken into account.

🐛 Bug fixes

🚩 Known issues

  • Regression(#285): wrong redirect after login when jenkins base url contains path

4.223.v503b_9a_75a_8a_f

17 Mar 21:57
Compare
Choose a tag to compare

First release using continuous delivery of plugin.

🌐 Localization and translation

  • Update localization (#262) @github-actions

✍ Other changes

🚩 Known issues

  • Regression(#285): wrong redirect after login when jenkins base url contains path
  • Regression(#236): group configuration not taken into account (see workaround in issue)

📦 Dependency updates

oic-auth-3.0

14 Mar 23:37
Compare
Choose a tag to compare

What's Changed

🚩 Known issues

  • Regression(#285): wrong redirect after login when jenkins base url contains path
  • Regression(#236): group configuration not taken into account (see workaround in issue)

📦 Dependency updates

New Contributors

Full Changelog: oic-auth-2.6...oic-auth-3.0

oic-auth-2.6

08 Jun 22:16
Compare
Choose a tag to compare

Various security enhancements and updating dependencies.

What's Changed

📦 Dependency updates

🚩 Known issues

  • Regression(#236): group configuration not taken into account (see workaround in issue)

New Contributors

Full Changelog: oic-auth-2.5...oic-auth-2.6

oic-auth-2.5

07 Jan 21:49
Compare
Choose a tag to compare

Fixing session fixation vulnerability SECURITY-2978.

What's Changed

Full Changelog: oic-auth-2.4...oic-auth-2.5