v.1.3.29 - September 8, 2022
over 2 years ago
The following enhancements have been deployed to the Next Identity Platform.
Enhancements
Next Identity API
⭐ Updating the/users/find
endpoint to handle POST
method and support symbols with using hex encoding
/users/find
endpoint to handle POST
method and support symbols with using hex encodingThis feature will allow users/find
endpoint to support symbols without using hex encoding and allow the new request method of POST
for the users/find
endpoint to accept the characters without the need for url encoding. POST
or GET
method does not change the users/find
endpoint behavior.
Bug fixes
Next Identity Journeys
✅ Intermittent 500 status code in /authorize endpoint
An issue where some users are redirected to an error page instead of appauth
page when logging in to is now fixed.