Skip to content

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 nextmv cloud sso create command to set up SSO configuration for your Nextmv organization.

nextmv cloud sso create \
    --metadata-url "<METADATA_URL>" \
    --enabled \
    --allow-non-domain-users

Using the --enabled flag will create the SSO configuration and enable it. You can also use the following commands to manage SSO enablement:

Go the reference section or use the --help option to see all the available options for each command under the nextmv cloud sso command tree.