Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 4.12 KB

scenario-daemon-production.md

File metadata and controls

90 lines (56 loc) · 4.12 KB
title description author manager ms.author ms.custom ms.date ms.reviewer ms.service ms.topic
Move a daemon app that calls web APIs to production
Learn how to move a daemon app that calls web APIs to production
Dickson-Mwendia
CelesteDG
dmwendia
02/01/2024
jmprieur
identity-platform
concept-article

Daemon app that calls web APIs - move to production

Now that you know how to acquire and use a token for a service-to-service call, learn how to move your app to production.

Deployment - multitenant daemon apps

If you're an ISV creating a daemon application that can run in several tenants, make sure that the tenant admin:

  • Provisions a service principal for the application.
  • Grants consent to the application.

You'll need to explain to your customers how to perform these operations. For more info, see admin consent.

[!INCLUDE Pre-requisites]

Code samples

Try the quickstart Acquire a token and call Microsoft Graph API from a Java console app using app's identity.

Try the quickstart Acquire a token and call Microsoft Graph API from a Python console app using app's identity.


Next steps

Here are a few links to help you learn more:

Try the quickstart Acquire a token and call Microsoft Graph API from a .NET console app using app's identity.

Try the quickstart Acquire a token and call Microsoft Graph API from a Java console app using app's identity.

Try the quickstart Acquire a token and call Microsoft Graph API from a Node.js console app using app's identity.

Try the quickstart Acquire a token and call Microsoft Graph API from a Python console app using app's identity.