문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top