Question

I have created an HTTP triggered azure function secured with AAD. User need to consent the app explicitly to make it work.

How can an admin grant access on behalf of organisation so that individual users will no longer receive consent popup?

Permissions for Azure AD app: Sign in and read user profiles under delegate permissions.

Was it helpful?

Solution

You should go to the Azure portal, find appropriate app registration (you can search by App Id used for securing Azure function), then select the app by clicking on it, then Settings -> Required permissions -> Grant Permissions -> Yes:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top