v1.3.17 - April 27, 2022
The following changes are included in this release.
Enhancements
Next Identity Journeys
⭐ Improved error responses for the /authorize
endpoint
/authorize
endpointUpdated the error messages of the 500 responses to better give context to the error.
⭐ Enhanced Next Identity Journey logs for better monitoring
Logs are now properly labeled to better identity the type of event for each entry.
Bug fixes
Next Identity Journeys
✅ Saved browser credentials overlapping with username/password fields on login page
Fixed an issue where overlapping text appear on the labels on the Login page's username and password fields. This issue appeared for some users who have credentials saved on their browsers.
✅ Focus is incorrectly placed on title when entering a page
Fixed an issue with hosted screens appearing with the focus highlight (accessibility feature) appearing on the title of the page instead on the primary position.
✅ Not able to send client_id
and client_secret
through the body of the /token
call
client_id
and client_secret
through the body of the /token
callFixed an issue users can't send client_id
and client_secret
through the body of the /token
call even though the well-known endpoint allows the client_secret_post
method.
✅ Forget Password Screen is Requesting for Email instead of Mobile
Fixed an issue where the instructions on the Forgot Password page tells the user to enter their email address when the form is actually requesting for a mobile phone number.