Daemon-Apps and Azure Web Apps

Marc Haltmayer 1 Reputation point
2021-09-02T12:11:14.31+00:00

Hello,

I have a Web-App on Azure a Python-Daemon App that should access the Web-App and therefore needs access tokens.

I already visted https://github.com/Azure-Samples/ms-identity-python-daemon , but it only provides information on how to access the Microsoft Graph API.

Also https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-acquire-token?tabs=dotnet was not helpful, since it only provides information on the client-side. But what about the API I would like to access? How can I register the Client-App at the API, so that the API trusts the client? And how to get the needed tokens then?

Kind regards
Marc

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.