Skip to content

1.5.5

Choose a tag to compare

@yaelt47 yaelt47 released this 19 Jul 15:18
· 390 commits to main since this release

Breaking changes

  • Update of the configureMetadata and configureSettings functions: We've added two new parameters to the configureMetadata function - redirectUrl, domain. This is to complete the SSO configuration options when using the metadata URL option.
    We've also made these parameters strings in the configureSettings function (used for configuring SSO using connection details), so they should be passed as an empty string and not null.
    Please notice that for Typescript users, this breaks compilation for both the configureMetadata and configureSettings functions.

Enhancements

  • Load tenant by ID: We added an option to load a specific tenant, using the load tenant function.