Breaking changes
- Update of the
configure_via_metadata
andconfigure
SSO functions: We've added two new parameters to theconfigure_via_metadata
function -redirect_url
,domain
. This is to complete the SSO configuration options when using the metadata URL option.
We've also made these parameters mandatory in theconfigure
function (used for configuring SSO using connection details).
Please notice that this breaks function signatures for both theconfigure_via_metadata
andconfigure
functions.
Enhancements
- Load tenant by ID: We added an option to load a specific tenant, using the
load
tenant function.