Skip to content

Azure AD SSO InteHere we need to create a new app registration by clicking on "New registration"

Azure App Registration

Fill out the necessary details as below and click on "Register".

  • Name: User-facing display name for this application
  • Supported account types: Accounts in this organizational directory only (Default Directory only — Single tenant)
  • Redirect URI: Choose "Web" and leave the URI field blank.This documentation covers how to set up an Azure AD SSO application to integrate with RumbleDirect. Follow these step-by-step instructions to configure your Azure application and provide Rumble with the required connection details.

🌐 Environments

We support two environments:

  • Acceptance environment:
    For testing and development.
    Admin URL: https://admin.acceptance.rumbledirect.com

  • Production environment:
    For live use in your public environment.
    Admin URL: https://admin.rumbledirect.com

💻 Configure Azure App Registration

Login to Azure portal and search for “App registrations” Here we need to create a new app registration by clicking on “New registration”

Azure App Registration

Fill out the necessary details as below and click on “Register”.

  • Name: User-facing display name for this application
  • Supported account types: Accounts in this organizational directory only (Default Directory only — Single tenant)
  • Redirect URI: Choose “Web” and leave the URI field blank.

Azure App Registration

After registration, on the app registration details page, note the of the Application (client) ID as this will be required by RumbleDirect.

Azure App Details

Next, we need to create a client secret to use this client. For that, click on “Certificates and secrets”. Azure App Secret

Click on New Client Secret Azure App Secret

Give your secret a description and select the expires, recommended 6 months Azure App Secret

Copy the value, this will be your Client Secret Azure App Secret

Now copy the endpoint details by clicking in the Application details page on "Endpoints" Azure App Endpoint

Locate and copy the value from OpenID Connect metadata document Azure App Endpoint

✉️ Send data to Rumble

The next step is to send the required data to Rumble. The following data will be required:

  • OpenID Connect metadata document
  • Client ID
  • Client Secret

After sending, Rumble will contact in order to verify and supply some latest details for you to finish the basic setup of your SSO application.

🙌 Finish integration

Add redirect URL

Rumble will supply you with a Redirect uri, this uri will be used by Azure to verify the connection and let the user redirect to the application. The Redirect uri can be added in the Application Details page.

Azure App Redirect Uri

Click on Add Redirect Uri Azure App Redirect Uri

Click on Web Azure App Redirect Uri

Enter the provided Redirect Uri and save Azure App Redirect Uri

➕ Optional parameter

If required, it is possible to automaticly login into the RumbleDirect application by clicking the Application tile on the web page [https://myapplications.microsoft.com]. To accomplish this, add a homepage url to the application properties. This url can be requested by sending an email to [email protected].

🧪 Ready to test?

Once the SSO is connection, you can immediatly test the login process with your just created application. Go to (depending on the environment) [https://admin.rumbledirect.com] or [https://admin.acceptance.rumbledirect.com] en fill in your email address. You will be automaticly redirected to your azure SSO provider.

Got questions or ran into issues? Email us at [email protected] — we’re here to help.

Good luck with the integration! 🚀