Azure AD 身份验证通过 Auth0 失败
Azure AD authentication failing via Auth0
我在 Azure AD 中注册了一个应用程序。我已经在 Auth0 中配置了连接器。当我在 Auth0 中按下 'Try It' 按钮时,系统提示我
Neo Dev
Neo Dev needs permission to access resources in your organization that
only an admin can grant. Please ask an admin to grant permission to
this app before you can use it.
Have an admin account? Sign in with that account
Return to the application without granting consent
但在 Azure AD 中,我已经使用了标记为:
的按钮
Grant consent
As an administrator, you can grant consent on behalf of all users
in this directory. Granting admin consent for all users means that
end users will not be shown a consent screen when using the application.
很明显我遗漏了一些东西。有什么想法我接下来应该检查什么吗?
我能够通过从 both Microsoft Graph 添加 Directory.Read.All 和 User.Read 来让它工作权限和 旧版 Azure Active Directory Graph 权限。
我在 Azure AD 中注册了一个应用程序。我已经在 Auth0 中配置了连接器。当我在 Auth0 中按下 'Try It' 按钮时,系统提示我
Neo Dev
Neo Dev needs permission to access resources in your organization that
only an admin can grant. Please ask an admin to grant permission to
this app before you can use it.
Have an admin account? Sign in with that account
Return to the application without granting consent
但在 Azure AD 中,我已经使用了标记为:
的按钮Grant consent
As an administrator, you can grant consent on behalf of all users
in this directory. Granting admin consent for all users means that
end users will not be shown a consent screen when using the application.
很明显我遗漏了一些东西。有什么想法我接下来应该检查什么吗?
我能够通过从 both Microsoft Graph 添加 Directory.Read.All 和 User.Read 来让它工作权限和 旧版 Azure Active Directory Graph 权限。