v1.3.13 - March 30, 2022

The following changes are included in this release.

Enhancements


Next Identity Journeys

:star: Additional log events for /token endpoint

To further help with troubleshooting issues with calls to the /token endpoint, missing or incorrect authorization strings for a confidential client are now logged.

Next Identity API

:star: Improved error logging for /change-password invalid salt

Invalid salt errors on calls to the /change-password endpoint are now logged and return 422 error responses.

:star: Improved error response for malformed basic header on calls to /users/find endpoint

Calls to the /users/find endpoint with malformed basic headers now return 400 error response.

:star: Updated required parameters for API endpoints

Required parameters for API endpoints were reviewed and updated to remove or deprecate unused parameters.

:star: SDK Generation guide

A new guide on how to generate SDKs from the Next Identity OpenAPI has been published at https://docs.nextreason.com/, to easily create SDK packages for your requirements.

:star: Improved error logging for potential invalid JSON payload on /account/login/ endpoint

Potential invalid JSON payload errors are logged and return 422 error responses.

:star: Improved error response for KeyError on newPassword parameter

A 422 error response is now returned when the newPassword value is not present on the request sent to the /account/register endpoint.

Bug fixes


Next Identity Journeys

:star: Wrong CDN folder when displaying 4xx error pages

Fixed an issue where the wrong CDN folder is used when displaying 4xx error pages resulting in wrong customization elements being displayed.

. :star: Change security question and answer option does not show as activated on personal details page

Fixed an issue where the "Change security question and answer" label is not displayed properly on the Personal details page.

Next Identity API

:star: Error when a mobile link as redirect

Fixed an issue triggers an "capture encountered an error creating your user" error when using a mobile link as the redirect value.