Sprout Video Single Sign-On Integration
The Sprout Video Single Sign-on (SSO) Integration creates a client application that uses Auth0 for authentication and provides SSO capabilities for Sprout Video. Your users log in to Sprout Video with Auth0 identity providers, which means the identity provider performs the identity credentials verification.
Prerequisites
Before you begin:
- Sign up for a Sprout Video account.
- Set up a connection, which is a source of users. Connections can be databases, social identity providers, or enterprise identity providers, and can be shared among different applications. You may set up more than one connection for use with SSO integrations.
Steps
To configure a Sprout Video SSO integration, you will:
Consent to Auth0 SSO integration
-
Navigate to Auth0 Dashboard > Applications > SSO Integrations, and click + Create SSO Integration.
-
Select Sprout Video.
-
Click Continue to grant the integration access to the listed permissions.
Configure Auth0 SSO Integration
Enter a name for your SSO Integration, configure the following settings, and click Save.
Setting | Description |
---|---|
Audience | Your Sprout Video URL (https://{YOUR SPROUT VIDEO ACCOUNT}.vids.io ). |
Use Auth0 instead of the IdP to do Single Sign-on (SSO). **Legacy tenants only.** | If enabled, Auth0 will handle SSO instead of Sprout Video. |
Configure integration with Sprout Video
To configure the integration with Sprout Video, follow the instructions listed in the Tutorial view.
Sprout Video SSO integration
Before you continue, make sure you have your SSO integration Client ID. You will use the Client ID to replace the SSO_CLIENT_ID
placeholders.
Provide the following SAML protocol configuration parameters:
-
SAML Version:
2.0
-
Issuer:
urn:YOUR_DOMAIN
-
Identity Provider Certificate:
https://YOUR_DOMAIN/pem
-
Identity Provider SHA1 fingerprint:
A6:14:84:AC:34:55:FA:14:87:19:15:81:67:77:D2:59:EB:13:4B:FC
-
Identity Provider Login URL (be sure to replace the SSO_CLIENT_ID placeholder with the Client ID of your SSO Integration):
https://YOUR_DOMAIN/samlp/SSO_CLIENT_ID
-
Identity Provider Metadata (be sure to replace the SSO_CLIENT_ID placeholder with the Client ID of your SSO Integration):
https://YOUR_DOMAIN/samlp/metadata/SSO_CLIENT_ID
Alternatively, to log in with a specific identity provider, you can add a connection
parameter (be sure to replace the SSO_CLIENT_ID placeholder with the Client ID of your SSO Integration):
https://YOUR_DOMAIN/samlp/SSO_CLIENT_ID?connection=email
https://YOUR_DOMAIN/samlp/SSO_CLIENT_ID?connection=google-oauth2
https://YOUR_DOMAIN/samlp/SSO_CLIENT_ID?connection=Username-Password-Authentication
In this case, Auth0 will redirect users to the specified connection and will not display the Login widget. Make sure you send the SAMLRequest using HTTP POST
.
Enable connections
Choose the connections to use with your SSO integration. Users in enabled connections will be allowed to log in to Sprout Video. By default, all configured connections are enabled.
-
Select the Connections view.
-
Toggle the sliders next to connection names to enable or disable them.