You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Update of the configure_via_metadata and configure SSO functions: We've added two new parameters to the configure_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 the configure function (used for configuring SSO using connection details).
Please notice that this breaks function signatures for both the configure_via_metadata and configure functions.
Enhancements
Load tenant by ID: We added an option to load a specific tenant, using the load tenant function.