Migration from 1.6.x to 1.7.x
View product
v1.7.2
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 /registration
POST /operations/offline/otp
POST /v2/operations/{operationID}/offline/otp
POST /v2/registrations
POST /v2/registrations/{registrationId}/commit
POST /v2/registrations/{registrationId}/flags
POST /v2/registrations/{registrationId}/flags/remove
PUT /registration
PUT /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