v.1.3.45 - February 1, 2023

The following changes are included in this release of the Next Identity platform.

Enhancements

Unify (Next Identity API)

  • Map Unsupported Locale: Introducing a new feature that allows mapping of unsupported locales to supported ones. If Next Identity doesn't have a unique translation set for a particular locale code passed by an app, we can now specify which supported locale to return instead. This ensures a better customer experience by providing appropriate translations even for unsupported locales.
  • UUID Passing on /token Call: You can now pass UUID to identify the user in the /token call, allowing you to use this instead of email/mobile as user_id and email/SMS as auth_type.

Adopt (Next Identity API)

  • Just-in-time External System Mapping: We're excited to introduce a new feature that simplifies the migration process for you. With our latest update, transitioning to our system is now easier than ever. We've optimized the process to ensure a seamless first login experience after migration. Learn more about User Migration.

Operate

  • Download Button: You can now download a CSV report of the current list of Properties/clients in the console.
  • Customer Properties Statuses: These are updated according to their phases.

Atlas Console

  • General UI/UX Enhancements in the Console:
    • Dark and Light Modes: These modes are now enabled for customers.
    • Clients Creation: You can now create clients on an existing property.
    • Business Unit Field: We've added a new field called "Business Unit" for customers.

Bug Fixes

Unify (Next Identity API)

  • 502 Error in client_credentials Grant Type: We've fixed the issue where a sample token call that excluded user_id and auth_type parameters resulted in a 502 error. Now it returns a 422 response code with an error message about a missing scope parameter.
  • User/Find Endpoint client_id Param: We've resolved the issue where this endpoint checked only the defined filter of the client in the client_id parameter.

Unify (Next Identity Journeys)

  • Enhanced Access Token Retrieval for Clients: We've resolved the issue where an internal server error response was returned when the token delegation was disabled on the client.