How to Configure Single Sign-On in Azure Active Directory for Drip7
Use this guide to set up SSO for Drip7 with Azure AD, enabling users to authenticate using their organization credentials for seamless access.
Steps:
Register Drip7 as an Application in Azure AD (Requires network admin permissions)
- Open the Azure Portal and navigate to Azure Active Directory, then click on Enterprise Applications.
Note: Copy the Tenant ID now for later use.
- Click on New Application.
- Create your own application: In the pane, name it Drip7 and select to integrate with Azure AD.
- Fill out the details: Choose supported account types based on your needs.
- For Redirect URI, select "Single-page application (SPA)" and enter your Drip7 subdomain followed by ".drip7.com" (e.g., yoursubdomain.drip7.com).
Set Up API Permissions:
- Return to Azure Active Directory home and click on Enterprise Applications. Locate Drip7 (refresh if needed) and open its details.
- Click on API Permissions.
- Add a permission: Select Microsoft Graph, then Application permissions.
- Search for “groupmember” and add GroupMember.Read.All (for group syncing).
- Search for “directory” and add Directory.Read.All (for user emails).
- Note the Application (client) ID and Directory (tenant) ID from the Drip7 app page.
Configure the New Tenant in Drip7 (Requires admin permissions in Drip7):
- In the Drip7 Admin Portal, open the Tenants tab. Select your tenant from the dropdown if managing multiple.
- At the bottom, change the User/Password dropdown to Azure SSO.
- Click "Configure Single Sign-On" to open the dialog.
- Fill in: Application (client) ID, Tenant ID, and Redirect URL (same as in Azure, e.g., yoursubdomain.drip7.com).
- Configure group syncing: Select AD groups to include or ignore in Drip7.
- Check "Automatically Sync New Groups" if you want new AD groups added automatically to Drip7.
- Save the configuration.
You can now log in at https://yoursubdomain.drip7.com using organization credentials.TipThis setup syncs groups and emails for notifications; test login after configuration to ensure groups reflect correctly in Drip7.