Migration from 1.6.x to 1.7.x
View product
v1.7.5
This guide contains instructions for migration from PowerAuth Cloud version 1.6.x to version 1.7.0.
API
HTTP response status code modifications
Endpoints listed bellow have been modified so that response to an invalid request is not HTTP status code 500, but 400 instead.
DELETE /v2/registrations/{registrationId}DELETE /registrationPOST /operations/offline/otpPOST /v2/operations/{operationID}/offline/otpPOST /v2/registrationsPOST /v2/registrations/{registrationId}/commitPOST /v2/registrations/{registrationId}/flagsPOST /v2/registrations/{registrationId}/flags/removePUT /registrationPUT /v2/registrations
Configuration
Added new configuration properties for FIDO2 service configuration:
POWERAUTH_CLOUD_FIDO2_SERVICE_URL=http://localhost:8080/powerauth-java-server
POWERAUTH_CLOUD_FIDO2_SERVICE_SECURITY_CLIENT_SECRET=
POWERAUTH_CLOUD_FIDO2_SERVICE_SECURITY_CLIENT_TOKEN=
The values need to be configured in case the FIDO2 REST API is used, otherwise default values can be used.
Last updated on Feb 19, 2024 (15:06)
View product