- Setup
- Reference
What You'll Need
Overview
Create an Azure AD app registration to connect Parable to Microsoft 365 using OAuth 2.0 client credentials. This enables secure, automated access without user sign-in.Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
- Global Administrator or Application Administrator role in Azure AD
- Permission to grant admin consent for API permissions
Setup Guide
1
Access Azure Portal
- Navigate to Azure Portal
- Go to Azure Active Directory → App registrations
- Click New registration
2
Register Application
Click Register
3
Note Application Details
From the Overview page, copy:
- Application (client) ID
- Directory (tenant) ID
4
Create Client Secret
- Go to Certificates & secrets
- Click New client secret
- Add description:
Parable Integration Secret - Select expiration (recommend: 24 months)
- Click Add
5
Configure API Permissions
- Go to API permissions
- Click Add a permission → Microsoft Graph
- Select Application permissions
- Add these permissions:
6
Grant Admin Consent
- Click Grant admin consent for [Your Org]
- Confirm the consent dialog
All permissions should show a green checkmark indicating consent was granted.
7
Enter values in the form
- Tenant ID, Client ID, and Client Secret: Paste the Directory (tenant) ID, Application (client) ID, and client secret value.
- Click Save & test connection.
Need to restrict access?
By default, this grants access to all users in your tenant. See Scoped Access to limit Parable to specific users or teams.