Skip to content

v1.6.9

Latest
Compare
Choose a tag to compare
@yaelt47 yaelt47 released this 13 Jan 15:58
a6f5956

Breaking changes

  • SSO Start function update: For an upcoming feature, we've expanded the current SSO Start function to accept a new parameter named ssoID. 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 as tenantID, so that the created JWT will include that information.