v1.3.13 - March 30, 2022
The following changes are included in this release.
Enhancements
Next Identity Journeys
⭐ Additional log events for /token
endpoint
/token
endpointTo 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
⭐ Improved error logging for /change-password
invalid salt
/change-password
invalid saltInvalid salt errors on calls to the /change-password
endpoint are now logged and return 422 error responses.
⭐ Improved error response for malformed basic header on calls to /users/find
endpoint
/users/find
endpointCalls to the /users/find
endpoint with malformed basic headers now return 400 error response.
⭐ Updated required parameters for API endpoints
Required parameters for API endpoints were reviewed and updated to remove or deprecate unused parameters.
⭐ 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.
⭐ Improved error logging for potential invalid JSON payload on /account/login/
endpoint
/account/login/
endpointPotential invalid JSON payload errors are logged and return 422 error responses.
⭐ Improved error response for KeyError on newPassword
parameter
newPassword
parameterA 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
⭐ 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.
. ⭐ Change security question and answer
option does not show as activated on personal details page
Change security question and answer
option does not show as activated on personal details pageFixed an issue where the "Change security question and answer" label is not displayed properly on the Personal details page.
Next Identity API
⭐ 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.