Migration from 1.10.x to 2.0.x
This guide contains instructions for migration from PowerAuth Enrollment Server version 1.10.x
to version 2.0.0
.
REST API
Additional Data for the Operation Rejection
It is now possible to specify mobileTokenData
attribute at POST /api/auth/token/app/operation/cancel
request.
The structure is customer-specific.
Could be used, for example, for passing FDS data.
Deprecation of Pre-approval Screen
The operation UI template attribute preApprovalScreen
is deprecated, use preApprovalScreens
instead.
Java API
DelegatingActivationCodeHandler
The following methods in the interface DelegatingActivationCodeHandler
have been replaced by a single method TransferConfigurationResponse fetchTransferConfiguration(TransferConfigurationRequest)
.
String fetchDestinationApplicationId(String, String, List<String>, List<String>)
void didReturnActivationCode(String, String, String, String, String, String, String, String)
The method void didReturnActivationCode(String, String, String, String, String, String, String, String)
has been removed without any replacement.