This document provides step-by-step instructions with screenshots to help you configure the Findem in your GCC Outlook tenant.
Register Findem in Your Azure AD Account
- From your Azure Active Directory landing page, head to App registrations > New registration.
- Enter the application details including Name, Redirect URI, and Tenant.
- Click Register to complete.
Configure Authentication
- Navigate to Authentication.
- Enable both ID tokens and Access tokens.
- Add Web platform if missing.
- Ensure redirect URIs are correct. Click Register.
- From the Authentication page in Azure, in the Web section, input the two redirect URLs:
- In the box for Front-channel logout URL, input: https://matches.findem.ai/auth/outlook/logout
- Check both boxes for token you would like to be issued by the authorization endpoint.
- Ensure that Allow public client flows under Advanced Settings is set to Yes. Then click Save.
Head back to the main app page to find your oAuth app, then follow the steps below to fetch some required information.
- Click Add a certificate or secret.
- Click New client secret. This brings up a new side modal. In the Description box, input "Findem oauth app secret" or something easy to identify. Then click Add.
- Once created, copy the secret and paste it somewhere you have access to in a moment. You'll need it later on.
With the secret copied, you'll now need to fetch two more items; the Application (client) ID and the Directory (tenant) ID, both of which can be found on the main app page in Azure. Copy and paste these items in the same location you pasted the secret.
Provide the Credentials to Findem
Once you've completed the initial integration by completing the steps above, contact Findem with the following information so we can help you complete the integration:
- Client Secret Value (from the Client Secrets section)
- Application (client) ID of your registered Findem application
- Directory (tenant) ID of your registered Findem application
Required API Permissions
- Navigate to API Permissions.
- Add Microsoft Graph delegated permissions:
- Calendars.ReadWrite
- Mail.Read
- User.Read
- offline_access
- Grant admin consent.
Comments
0 comments
Please sign in to leave a comment.