在企业应用程序 Azure AD 中授予图形 api 的权限
Give permissions to graph api in enterprise application Azure AD
我在 Azure Ad 中有一个企业应用程序(使用 Graph api),它是根据系统分配的托管标识创建的。此应用程序未显示在应用程序注册中。如何向企业应用程序添加 Graph Api 权限?
我遇到错误 "Insufficient privileges to complete the operation."
请帮助我。
据我所知,在企业应用程序中打开应用程序时,我们无法为应用程序添加权限。而根据我的测试,如果我们只启用"off"到"on"的System assigned
状态,我们可以在选择"All applications"时找到它(如下截图所示)。
如果要给应用添加权限,需要在azure ad中注册。您可以按照此 tutorial 中的步骤或参考我在下面提供的步骤:
转到您的应用并单击 "Authentication/Authorization" --> 启用 "App Service Authentication" --> "Azure Active Directory"。
然后您可以在 azure ad 中创建您的应用程序。
之后,您可以前往 azure ad "App registrations" 找到您的应用,为其添加权限。
我在 Azure Ad 中有一个企业应用程序(使用 Graph api),它是根据系统分配的托管标识创建的。此应用程序未显示在应用程序注册中。如何向企业应用程序添加 Graph Api 权限?
我遇到错误 "Insufficient privileges to complete the operation."
请帮助我。
据我所知,在企业应用程序中打开应用程序时,我们无法为应用程序添加权限。而根据我的测试,如果我们只启用"off"到"on"的System assigned
状态,我们可以在选择"All applications"时找到它(如下截图所示)。
如果要给应用添加权限,需要在azure ad中注册。您可以按照此 tutorial 中的步骤或参考我在下面提供的步骤:
转到您的应用并单击 "Authentication/Authorization" --> 启用 "App Service Authentication" --> "Azure Active Directory"。
然后您可以在 azure ad 中创建您的应用程序。
之后,您可以前往 azure ad "App registrations" 找到您的应用,为其添加权限。