Setting up SSO¶
Info
Learn the concepts and fundamentals of instances in the Explanation page.
Single Sign-on (SSO) supports integrating authentication for your Nextmv accounts with a SSO provider using SAML. Nextmv supports the following Identity Providers (IDP):
Use the SSOConfiguration.new method to set up SSO configuration
for your Nextmv organization.
Using enabled=True will create the SSO configuration and enable it.
You can also use the following methods to manage SSO enablement:
SSOConfiguration.enable: enables SSO for your Nextmv organization.SSOConfiguration.disable: disables SSO for your Nextmv organization.
Go the reference section to see all the available parameters for each method
under the SSOConfiguration class.