Email setup using Token-based authentication with MS365
Microsoft 365 App Registration and Setup
Step 1: Open the Microsoft Entra Admin Portal
Step 2: Register a New Application
- Click New App Registration.
- Open the newly created app registration.
- Navigate to API Permissions in the menu.
Step 3: Configure API Permissions
- If an SMTP exchange does not exist, set up a new one.
- Click Add a Permission.
- Select Microsoft Graph → Application Permissions.
- Search for Mail.Send and select it.
- Click Add Permission.
Step 4: Grant Admin Consent
- Under API Permissions, locate the Mail.Send permission.
- Click Grant Admin Consent.
- Confirm by clicking Yes.
- The interface will confirm that consent has been granted.
Step 5: Generate Client Secret
Step 6: Retrieve App Credentials
- Go to the Overview section of your app registration.
- Copy the following details:
- Application (Client) ID
- Directory (Tenant) ID
Signify Email Setup Using Token-Based Authentication
-
Open Signify System.
-
Navigate to Gear → Ruleset → Notifications.
-
Enable Use Own SMTP Details.
-
Activate Credentials Required | Token-Based Authentication.
-
Enter the details obtained from Microsoft Entra:
Field Value Server Name Any logical name Port 587 Timeout 120 Batch Size Medium (Recommended) From Email Any user within the tenant Client ID Application (Client) ID (Step 6) Client Secret Token Secret Value (Step 5) Tenant ID Directory (Tenant) ID (Step 6) -
Click Save to store and validate credentials.
-
If validation fails, review your configuration settings.