Breaking changes
- SSO
Start
function update: For an upcoming feature, we've expanded the current SSOStart
function to accept a new parameter namedssoID
. This update breaks compilation, and will requires anyone currently using this function to pass an empty string as that parameter's value instead.
Enhancements
- Test user searching: We added a new function named
SearchAllTestUsers
, to filter over test users. Learn more from our SDK's README. - Enhanced functionality for adding user roles: With this new version of the
userAddRole
function, you can add a role to an existing user not just on the project level, but also on the tenant level. If the tenant isn't already associated with the user, it will happen as part of this command. - Template ID configuration for invitations: Continuing the effort from our previous release, we've added the option to configure the
templateId
parameter when sending invitations to users. - Impersonation JWT configurations: We've expanded the impersonate function to allow passing
customClaims
as well astenantID
, so that the created JWT will include that information.