Skip to content

Releases: jenkinsci/oic-auth-plugin

oic-auth-1.2

15 Oct 20:51
Compare
Choose a tag to compare

What's Changed

  • RP-Initiated Logout by @pdaw in #11
  • Patched TokenResponse of the google oauth-client by @mjmbischoff in #16
  • Add groups at login if provided in the idToken as an array of strings by @DriesVerachtert in #12
  • Making httpTransport transient, preventing it from being serialized - explicitly initializing it after deserilization by @mjmbischoff in #18
  • Adding test harness by @mjmbischoff in #20
  • Fix for JEP-200 issues by @mjmbischoff in #21
  • Implementing escape hatch by @mjmbischoff in #23
  • Local Login / escape hatch
  • Fix JEP-200 compatibility
  • Added test harness
  • Using role-based permissions
  • Fix for 1.1 breaking on existing configuration and configuration saving issues
  • Add groups at login if provided in the idToken as an array of strings
  • Exception with Azure authority needs testing
  • Patched TokenResponse of the google oauth-client for better compatibility with openid provider implementations
  • On Logout have the option to log out of OpenId Provider
  • Friendlier error when the user declines authorization

New Contributors

Full Changelog: oic-auth-1.1...oic-auth-1.2

oic-auth-1.1

15 Oct 20:47
Compare
Choose a tag to compare

What's Changed

  • Support OIDC UserInfo Endpoint enhancement by @sboschman in #1
  • fix save not resetting userNameField and scopes to default values (bug / User name field value not being updated) by @sboschman in #2
  • Add new setting to disable sslVerification - for testing purposes by @triplem in #3

New Contributors

Full Changelog: oic-auth-1.0...oic-auth-1.1

oic-auth-1.0

15 Oct 20:46
Compare
Choose a tag to compare

Initial release