gpt4 book ai didi

azure - 有没有办法将一个 AzureAD 应用程序同时用于前端和后端

转载 作者:行者123 更新时间:2023-12-03 01:13:47 26 4
gpt4 key购买 nike

我有 React 前端应用程序和 AWS lambda 后端。我已经使用 MSAL 将 AzureAD 身份验证集成到我的 React 应用程序中。我想澄清一些事情

  • 用户登录前端后,我想调用我的后端 API 之一,并通过我的后端服务调用 azure graph api。对于后端 azure 交互,我必须在 azure 广告中创建另一个应用程序。我的问题是,我可以使用我的前端访问 token 来调用 azure graph api,因为我的前端访问 token 属于 azure 广告中的不同应用程序?如果不是,建议的方式是什么来进行这种流程?

  • 有什么方法可以将admin、manager、user等用户角色添加到事件目录中,并在用户登录时检索该角色。我的要求是用户登录后我需要根据角色向我的前端应用程序显示某些功能。我看到有一些叫做范围的东西,但无法弄清楚它是否满足我的要求。

最佳答案

我尝试在我的环境中重现相同的结果,并得到如下结果:

您必须创建两个 Azure AD 应用程序进行身份验证。

我创建了 Azure AD ServerApp 并公开了如下所示的 API:

enter image description here

Is there any way to add the user role like admin, manager, user to the active directory and retrieve that role when the user logs in.

ServerApp中,我创建了应用程序角色:

enter image description here

现在,在 ClientApp 中,我添加了 API 权限,如下所示:

enter image description here

enter image description here

现在,我使用以下参数通过客户端凭据流生成了访问 token :

https://login.microsoftonline.com/TenantID/oauth2/v2.0/token

client_id:ClientID
client_secret:ClientSecret
scope:api://SeverAppID/.default
grant_type:client_credentials

enter image description here

当我解码 token 时,应用程序角色成功显示,如下所示:

enter image description here

关于azure - 有没有办法将一个 AzureAD 应用程序同时用于前端和后端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75878593/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com