Breaking changes
- Update of the
configureMetadata
andconfigureSettings
functions: We've added two new parameters to theconfigureMetadata
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 theconfigureSettings
function (used for configuring SSO using connection details), so they should be passed as an empty string and notnull
.
Please notice that for Typescript users, this breaks compilation for both theconfigureMetadata
andconfigureSettings
functions.
Enhancements
- Load tenant by ID: We added an option to load a specific tenant, using the
load
tenant function.