question

MarcHaltmayer-9820 avatar image
0 Votes"
MarcHaltmayer-9820 asked brtrach-MSFT edited

Daemon-Apps and Azure Web Apps

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://docs.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

azure-active-directory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers