An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
For a multitenant app registration in Microsoft Entra ID, create the app registration first, then add a client secret.
- Sign in to the Azure portal or Microsoft Entra admin center.
- Go to Microsoft Entra ID / Identity > Applications > App registrations.
- Select New registration.
- Enter a name for the application.
- For Supported account types, select Accounts in any organizational directory to make it multitenant.
- If required for the app flow, add a Web platform and configure the Redirect URI.
- For some multitenant web app scenarios, the redirect URI must point to a live web app endpoint.
- In the Defender for Endpoint multitenant example,
https://portal.azure.comis added as a redirect URI.
- Select Register.
- After the app is created, copy the Application (client) ID from the app overview page.
- To create the client secret, open Certificates & secrets > Client secrets > New client secret.
- Enter a description, choose an expiration, and select Add.
- Immediately copy the secret value and store it securely. It is shown only once and cannot be retrieved later.
If the app must be used across multiple customer tenants, each tenant must grant consent to the app. In the Defender for Endpoint multitenant scenario, approval is required in each tenant where the app will run.