Patch Changes
-
Add support for the new
enterprise_ssostrategy. (#4596) by @NikpolikThis strategy supersedes SAML to provide a single strategy as the entry point for Enterprise Single Sign On regardless of the underlying protocol used to authenticate the user.
For now there are two new types of connections that are supported in addition to SAML, Custom OAuth and EASIE (multi-tenant OAuth).- Add a new user setting
enterpriseSSO, this gets enabled when there is an active enterprise connection for an instance. - Add support for signing in / signing up with the new
enterprise_ssostrategy. - Deprecated
userSettings.samlin favor ofenterprise_sso. - Deprecated
samlsign in strategy in favor ofenterprise_sso.
- Add a new user setting