首页 > TAG信息列表 > AAD

【Azure 应用服务】NodeJS Express + MSAL 应用实现AAD登录并获取AccessToken -- cca.acquireTokenByCode(tokenRequest)

问题描述 在上一篇博文 “【Azure 应用服务】NodeJS Express + MSAL 应用实现AAD集成登录并部署在App Service Linux环境中的实现步骤”中,实现了登录,并获取登录用户在AAD中的个人信息,但是没有一个显示的方法输出所获取到的Access Token,则通过新建Express项目,加载MSAL的代码实现此

【Azure 存储服务】关于Azure Storage Account(存储服务) 基于AAD用户的权限设定以及SAS key的管理问题

问题描述 如何查到一个Storage Account曾经创建过多少SAS key,这些Key是否可以回收和限定?能否基于AAD身份对 Container / Folder 进行权限的设定和管理?    问题解答 存储账户的SAS分为 用户委托SAS、服务SAS、账户SAS。 用户委托SAS是使用Azure AD凭据签名的SAS。 服务SAS和账户

如何查询AAD中的ExtensionAttributes的信息

首先我们需要根据tokenurl获取token tokenUrl:   https://login.microsoftonline.com/{租户id}/oauth2/token POST请求获取token body的传参如下 grant_type:client_credentials client_id:应用程序ID client_secret:应用程序Secret resource:https://graph.microsoft.com/  

【Azure Developer】使用Microsoft Graph API 批量创建用户,先后遇见的三个错误及解决办法

问题描述 在先前的一篇博文中,介绍了如何使用Microsoft Graph API来创建Azure AD用户(博文参考:【Azure Developer】使用Microsoft Graph API 如何批量创建用户,用户属性中需要包含自定义字段(如:Store_code,Store_name等),但是在调用创建AAD用户之前,因为请求的Header中必须包含Authorizat

AZ-303 - AAD

Accounts used for Azure AD Connect Azure AD Connect uses 3 accounts in order to synchronize information from on-premises or Windows Server Active Directory to Azure Active Directory. These accounts are: AD DS Connector account: used to read/write infor

【Azure 媒体服务】使用媒体服务 v3 对视频进行上载、编码和流式传输时遇见的AAD错误

问题描述 使用媒体服务 v3 对视频进行上载、编码和流式传输示例时,遇见了AAD错误。 TIP: Make sure that you have filled out the appsettings.json file before running this sample.AADSTS90002: Tenant 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' not found. This may happen