Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 24 forks source link

"Identity requirements not satisfied" message on outlook function creation #30

Open TechWatching opened 6 years ago

TechWatching commented 6 years ago

I have the following error : "This template requires an AAD configuration for the function app. App service Authentication / Authorization: not configured" when I try to create an Outlook message webhook handler whereas I have configured the azure active directory authorization.

It seems to be linked with the fact that the AAD I use is on a different tenant. When I use the same tenant than the one of my Function App there is no error message.

I followed microsoft documentation to configure AAD authorization.

ConnorMcMahon commented 6 years ago

This was possibly fixed in beta2 of the extension. Unfortunately, we don't have a clean way to have users actually use this updated version. I will investigate to make sure that beta2 actually solved this, and if not we will have a fix for beta3.