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