Setup Guide
Prerequisites
Sign up for a free Microsoft account.Step 1: Register an Application in Azure AD
Go to the Azure Active Directory (AAD) and register a new application.- Go to App registrations.
- Click on New registration.
- Fill in the required details:
- Name: Enter a name for your application.
- Supported account types: Choose the appropriate account type(s).
- Click Register.
- Note down the Application (client) ID and Directory (tenant) ID.
Step 2: Create a Client Secret
- In the Azure AD app registration, go to Certificates & secrets.
- Click on New client secret.
- Fill in the required details:
- Description: Enter a description for your client secret, such as
Client secret for Strata integration
- Expires: Choose an expiry for the client secret.
- Description: Enter a description for your client secret, such as
- Click Add.
- Note down the secret Value.
Step 3: Register Strata as a Redirect URI
- In the app registration, go to Authentication.
- If you don’t already have a
Web
platform set up, create one by clickingAdd a platform
and selectWeb
.- If you already have a
Web
platform, click Add URI.
- If you already have a
- Enter
https://connect.connectstrata.com/oauth/callback
for the Redirect URI value. - Save changes by clicking Configure if creating a new platform, or scrolling to the bottom of the page and clicking Save.
Step 4: Create an Application Registration in Strata
Go to the Strata Integration Catalog and select Microsoft Teams. Input your application’s client ID (your Application ID) and tenant ID from Step 1, your client secret from Step 2, and the space-separated scopes your application requires, for examplehttps://graph.microsoft.com/Calendars.Read offline_access
. Strata requires the offline_access
scope to refresh its access token, and will automatically add that scope if you don’t explicitly add it.