v1.20.3 - October 5, 2023
about 1 year ago
The following changes are included in this release of the Next Identity platform.
Enhancements
Unify
- Empty redirect_uri for authorization_code Grant Type: We've enhanced our API based on feedback to allow the
redirect_uri
parameter to accept an empty value when using thegrant_type=authorization_code
. This improvement is available in both the/login
and/token
calls, ensuring a more flexible integration. Check out the documentation for the Login and Token APIs.
Bug Fixes
Unify
- Credentials Parameter: Fixed an issue where the client credentials grant type required an unnecessary parameter.
- Email Domain Restriction: Addressed a bug where certain restricted domains were allowed in the "Change Email" feature.
client_id
Association Issue: During the initial login, some users experienced an issue where their account wasn't being recognized correctly. This has been addressed to ensure a smoother login experience.- Error on Token Refresh: An error was encountered by some users when trying to refresh their access. This has been resolved to provide a seamless token refresh process.