Skip to content

Releases: privacyidea/java-client

v1.5.0

Choose a tag to compare

@nilsbehlen nilsbehlen released this 26 Mar 08:12

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@nilsbehlen nilsbehlen released this 20 May 09:42
  • PIResponse class can return the transaction based on the mode/type, which currently are Push, WebAuthn, Passkey and OTP.
  • HTTP request headers are logged
  • WebAuthn class as derived class of Challenge has been removed to allow simple serialization of PIResponse
  • allowCredentials for WebAuthnSignRequests are merged when the PIResponse object is created and the combined SignRequest is set to PIResponse.webAuthnSignRequest. WebAuthn challenges are not in the multi_challenge list anymore!

v1.3.0

Choose a tag to compare

@nilsbehlen nilsbehlen released this 03 Apr 13:37
  • Passkey functions
  • JWT will be reused and renewed automatically
  • Added option to add arbitrary parameters to the requests
  • Added enrollmentLink to PIResponse for enroll_via_multichallenge responses

v1.2.2

Choose a tag to compare

@nilsbehlen nilsbehlen released this 05 Mar 15:19
  • Fixed a problem with the threadpool where threads would not time out
  • Added the option to set http timeouts

v1.2.1

Choose a tag to compare

@nilsbehlen nilsbehlen released this 09 Aug 10:27

Includes kotlin-stdlib and okio dependencies in the jar.

v1.2.0

Choose a tag to compare

@lukasmatusiewicz lukasmatusiewicz released this 17 Jan 14:27
ed9e2f1
  • token enrollment via challenge
  • preferred client mode

v1.0.1

Choose a tag to compare

@lukasmatusiewicz lukasmatusiewicz released this 25 Mar 14:50

v1.0.0

Choose a tag to compare

@nilsbehlen nilsbehlen released this 12 Oct 13:54

U2F support

v0.3

Choose a tag to compare

@nilsbehlen nilsbehlen released this 26 Apr 12:24

uses async requests

v0.2 webauthn support

Choose a tag to compare

@nilsbehlen nilsbehlen released this 05 Feb 14:48
  • webauthn support
  • http client changed to okhttp3 which is included in the jar