Skip to content

oic-auth-1.5

Compare
Choose a tag to compare
@michael-doubez michael-doubez released this 15 Oct 20:55
· 400 commits to master since this release

What's Changed

New Contributors

Full Changelog: oic-auth-1.4...oic-auth-1.5

What's Changed

  • Support for configuring by well known url (/.well-known/openid-configuration) see also https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
  • fixed issue introduced with Jenkins 2.150.2 with logout occurring immediately after login see: #5
  • Masking client secret to avoid over the shoulder leaking of secret.
  • Nested field mapping - permitting the use of values of non top-level keys, see  #36  and OicSecurityRealm.java#L630
  • Returning a 401 instead of throwing an NullPointerException when there's no session at the end of the authentication interaction

Full Changelog: oic-auth-1.4...oic-auth-1.5