我想创建一个有参与者的在线会议事件,我想在那里传递MeetingParticipants,如何从图形用户那里获得IdentitySet?List<MeetingParticipantInfo> participantInfos = new List<MeetingParticipantInfo>() new MeetingParticipantInfo
我正在尝试从ASP.NET Core创建一个在线会议,但是我得到了这个"generalException“错误。用于为API调用配置auth的AuthenticationProvider:
public class GraphAuthenticationProvider : IAuthenticationProviderauthResult.AccessToken);
request.Headers.Add("Content-type", "application
我已经创建了网络应用程序,以CreateOrGet,删除,更新在线会议使用微软图形API在C#。 根据链接Get access on behalf of a user获取授权码。我必须手动复制它来执行CreateOrGet,删除,更新在线会议使用Microsoft GraphAPI。 有没有办法通过C#中的代码来做到这一点?
当我通过创建一个应用程序时,当我进入“应用程序注册”时,我可以管理几个API的授权(图,SharePoint在线,Skype for Business Online,Power BI,OneNote.)但是,当我使用创建应用程序时,似乎只能添加Graph 授权(User.Read等)。
是否可以使用Microsoft应用程序注册门户来管理图形以外的其他API的应用程序访问?