简体   繁体   English

带有 MSA 个人帐户的 Microsoft Graph API

[英]Microsoft Graph API with MSA Personal Account

I am using Microsoft Graph API to update the Outlook calendar in ASP.Net Application.我正在使用 Microsoft Graph API 来更新 ASP.Net 应用程序中的 Outlook 日历。 I was using the Office 365 Business Account and it was working fine.我使用的是 Office 365 商业帐户,它运行良好。 But when I use the Office 365 Personal Account ___@hotmail.com, it is showing error "MsalClientException: ROPC does not support MSA accounts. See https://aka.ms/msal-net-ropc for details".但是当我使用 Office 365 个人帐户 ___@hotmail.com 时,它显示错误“MsalClientException:ROPC 不支持 MSA 帐户。有关详细信息,请参阅https://aka.ms/msal-net-ropc ”。 The screenshot is attached.附上截图。 在此处输入图像描述 在此处输入图像描述

Is there a way to use Office 365 Personal @hotmail account for this purpose?有没有办法为此目的使用 Office 365 Personal @hotmail 帐户? As I have subscription for my personal account.因为我订阅了我的个人帐户。

Thanks for reaching out to us, this is expected behavior because ROPC does not support MSA personal accounts.感谢您与我们联系,这是预期行为,因为 ROPC 不支持 MSA 个人帐户。

在此处输入图像描述

for more please see doc - https://docs.microsoft.com/en-us/dotnet/api/microsoft.identity.client.msalerror.ropcdoesnotsupportmsaaccounts?view=azure-dotnet有关更多信息,请参阅文档 - https://docs.microsoft.com/en-us/dotnet/api/microsoft.identity.client.msalerror.ropcdoesnotsupportmsaaccounts?view=azure-dotnet

Thanks谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用Microsoft OAuth v2登录到Microsoft个人帐户 - Cannot Login to Microsoft Personal Account with Microsoft OAuth v2 Microsoft Graph API 返回 401 尽管需要 Scope 和帐户类型 - Microsoft Graph API Returning 401 Despite Having Required Scope & Account Type Microsoft WEB API从Microsoft帐户获取用户信息 - Microsoft WEB API Get User Info From Microsoft Account Microsoft Graph API OnlineMeeting 如何对与会者进行身份验证 - How Microsoft Graph API OnlineMeeting authenticates Attendee Microsoft Graph API 授权错误:无效的受众 - Microsoft Graph API authorization error: Invalid Audience 访问 Microsoft Graph API 数据的问题 - Issues Accessing Microsoft Graph API Data 如何使用 Microsoft Graph API 更新个人资料图片 - How to Update Profile Picture with Microsoft Graph API 如何使用 Microsoft Graph API 和 Graph Client 添加 SharePoint 选项卡? - How to add a SharePoint tab using Microsoft Graph API and Graph Client? Microsoft Graph API中的外部共享文件列表详细信息 - External Shared files list details in Microsoft Graph API 使用 Microsoft Graph API 显示所有用户的文件不起作用 - Display all the user's files using Microsoft Graph API not working
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM