Under Settings → Communication → Microsoft Accounts, you connect DEPLAW to Microsoft 365 using the MSAL sign-in method (Microsoft Authentication Library, OAuth). This connection is the shared basis for email receiving, email sending, and eBO dispatch.
The page has two layers: Microsoft Tenants (the technical app registration) and Microsoft Accounts (the individual mailbox accounts).
Step 1: register a Microsoft tenant
The tenant connects DEPLAW to an app registration created in the Azure portal. The values come from that registration:
| Field | Meaning |
|---|---|
| Name | internal label for the tenant. |
| Microsoft Tenant | the sign-in URL (https://login.microsoftonline.com/<directory-ID>/). |
| Client Id | the application (client) ID of the Azure app registration. |
| Api Client Id | the client ID of the exposed API. |
| Api Scope | the permission scope (api://…/access_as_user) requested by the app. |
Step 2: add a Microsoft account
Based on a tenant, you set up the individual accounts (mailboxes):
| Field | Meaning |
|---|---|
| Name | internal label for the account. |
| Beschreibung | an optional free-text note (e.g. department). |
| the Microsoft 365 address of the mailbox. | |
| Tenant | the associated tenant created in step 1. |
| Status | whether the account is active or inactive. |