v.1.3.49 - February 16, 2023
almost 2 years ago
The following enhancements are scheduled to be deployed to the Next Identity platform.
Enhancements
Unify
Next Identity API
- UUID Support in
/token
Call: You can now use the UUID to identify users in the/token
call, offering more flexibility over traditional email or mobile number identification. This applies even whenclient_credentials
is used as thegrant_type
.
Next Identity Journeys
- Emoji Input Disabled: For consistency and to prevent potential issues, we've disabled the input of emojis in the first name and last name fields.
- Back to App Button: To improve user experience and navigation, we've added a "back to app" button on the profile details screen.
Adopt (Next Identity API)
- First Login Notification after Just in Time Migration: If a user enters incorrect credentials after migration, a generic message will be displayed, and the user will be notified via email about the migration and offered a password reset option. This increases security and user awareness about their account status. Learn more about User Migration.
User API (Next Identity API)
- Account Deletion for Single Application: We've strengthened user data privacy. Now, if a user revokes access to an application and it's the only application associated with their record, and they have no other properties, their record will be completely deleted from all systems. Learn more about this API
Bug fixes
Unify
Next Identity API
/userinfo
call requiringclient_id
: We've resolved the issue where certain applications using the old UI were required to provide aclient_id
when making a/userinfo
call.
Next Identity Journeys
- 404 Error during Login: We've addressed an issue where some users encountered a 404 error when logging in. This issue was related to the
token_delegation
on Journey v1, which has been reverted to its previous state.