Releases: privacyidea/java-client
Releases · privacyidea/java-client
v1.4.0
- 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
- 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
- Fixed a problem with the threadpool where threads would not time out
- Added the option to set http timeouts
v1.2.1
Includes kotlin-stdlib and okio dependencies in the jar.
v1.2.0
- token enrollment via challenge
- preferred client mode
v1.0.1
v1.0.0
U2F support
v0.3
uses async requests
v0.2 webauthn support
- webauthn support
- http client changed to okhttp3 which is included in the jar