File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 1.6.0 - 30 June 2026
4+ * PIResponse::otpTransactionId() now also returns the transaction id for push/smartphone challenges in interactive
5+ mode (push_code_to_phone), so the code entered by the user is validated against the open transaction instead of
6+ being treated as a new authentication. This completes the interactive-push handling introduced in 1.5.0.
7+ * Added a test suite for the push, challenge-response/multichallenge and passkey /validate/* response shapes.
8+
39### 1.5.0 - 26 March 2026
410* Adjusted several functions to differentiate between push token in interactive mode (push_code_to_phone in privacyIDEA 3.13)
511 For example PIResponse::OtpMessage() will only return messages of challenges that have the client_mode 'interactive'.
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >org.privacyidea</groupId >
77 <artifactId >privacyidea-java-client</artifactId >
8- <version >1.5 .0</version >
8+ <version >1.6 .0</version >
99 <packaging >jar</packaging >
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments