如何通过Microsoft Graph获取某个用户在SharePoint中最近访问的文件
需要实现的功能是获取某个用户在SharePoint中近期访问的文件列表,目前可以通过Microsoft graph Java sdk获取/sites/{site-id}/lists/{list-id}/items列表项(即sharepoint某站点下的文件列表),但是返回数据中只有创建者信息。有没有其他方式来实现该需求?或者说当前是否支持通过api或sdk的方式获取某个用户在SharePoint上近期访问的文件? …
Microsoft identity platform如何识别用户使用了哪一种身份验证方式
Microsoft identity platform提供了OIDC和OAuth2的身份验证和授权流,也提供了条件访问身份验证强度的能力,租户可以选择用户可使用或必须使用的验证方式,但我在Microsoft identity platform没有找到有关客户端或者服务端如何知道用户使用的身份验证方式的材料,因此我有以下的问题: 1、Microsoft identity…
java web应用(非spring框架)怎么与Azure AD 集成并支持 SAML 单点登录
OpenID Connect的身份验证官方有示例,没有问题。但SAML这种方式怎么实现。OpenID Connect 与 SAML:平台使用 OpenID Connect 和 SAML 对用户进行身份验证并启用单一登录。 SAML 身份验证通常与标识提供者(例如,联合到 Microsoft Entra ID 的 Active Directory 联合身份验证服务 (AD FS))一起使用,因此经常用于企业应用程序。 OpenID Connect 通常用于仅位于云中的应用,例如移动应用、网站和 Web…
使用graph api订阅回调的方式接收邮件,如何区分用户撤回和在客户端主动删除邮件的行为
当前我们的系统是基于回调通知的方式获取邮件的具体的信息,注意到changeType中的deleted方式,在用户成功撤回邮件以及在客服端主动删除邮件时,都会触发deleted通知,那么如何更细维度区分这两种行为呢
2024年10月22日 graph.microsoft timeout
Hi, we have some issues about graph.microsoft API. 1.This API had a large timeout on October 22nd 13:00 ~17:00 (China TimeZone) ,we want to know that why it time out that day. And what can we do when facing such a long time response. 2.Is this…
如何设置或删除completedDateTime
我已经获取到了listid和taskid,以及task里面的内容,我需要设置task是否已经完成,我尝试通过设置completedDateTime来实现 但是无论completedDateTime设置为何值时都不能生效 这是我的代码,需要修改哪里才能正常工作? public static async Task<bool> EditTaskItem(string bear, string listId, string task, string? text, bool? isCheck,…
outlook 使用oauth2.0 发送邮件报错,错误码"code": "OrganizationFromTenantGuidNotFound"
这里通过租户id ,应用id 和应用密码得到了access_Token, 然后我使用这个access_Token 就报错了 这个到底是怎么回事? 是因为这里不显示个人资料的问题吗?
one drive API 返回数据不准确
您好, 我们请求one drive 接口得时候,发现一个问题。 /v1.0/drives/{drive-id}/items/{item-id} /v1.0/drives/{driveId}/root/children 我们一直在获取某个文件 但是我们用item id 去访问文件的时候,有时会返回空值。 是不是因为10分钟请求一次的频率有问题,文件其实没有变动,但是获取不到了。 谢谢
Graph API和EntraID同期数据的时候,有没有API访问上限?
我想用Graph API和EntraID同期利用者的情报。我想问一下,EntraID的Gateway有对来自外部API的最大访问量限制么?例如:来自同一IP每秒最大接受多少个API访问?
Outlook升级OAuth2.0获取列出邮件(me/messages)方法的查询参数是否可以按时间查询
获取Outlook邮件列表方法(me/messages):https://learn.microsoft.com/zh-cn/graph/api/user-list-messages?view=graph-rest-1.0&tabs=http 我们想加一个创建时间查询参数,是否可以?如果可以语法怎么写? 下面是我们测试用例:
Outlook升级OAuth2.0发送邮件提示The AadGuestPft token doesn't contain the permissions required by the target API for calling app '00000003-0000-0000-c000-000000000000'.
你好,我们把Outlook邮件服务的功能升级认证方式为OAuth2.0,我们注册了一个Microsoft Entra帐号,获取token也成功,但我们用这个Outlook发邮件时,返回错误:401:The AadGuestPft token doesn't contain the permissions required by the target API for calling app…
Outlook升级OAuth2.0发送邮件提示The AadGuestPft token doesn't contain the permissions required by the target API for calling app '00000003-0000-0000-c000-000000000000'.
你好,我们把Outlook邮件服务的功能升级认证方式为OAuth2.0,我们注册了一个Microsoft Entra帐号,获取token也成功,但我们用这个Outlook发邮件时,返回错误:401:The AadGuestPft token doesn't contain the permissions required by the target API for calling app…
Graph集成O365日程
通过Graph集成O365日程,发送编辑/删除通知时,处于周期时间的哪一次,即在周期中,第x次发生的事件被修改/删除
获得一个文件的activities时,最早可以追溯到多久前的log?
https://learn.microsoft.com/en-us/graph/api/activities-list?view=graph-rest-beta&tabs=http 这个link提供的api可以获取多久前的log?
调用Microsoft Graph API, 需要对应Microsoft 365什么类别的License?
公司准备做一个合规的项目,需要用到Microsoft Graph API. Graph涵盖了很多类别的权限,所以我们想确认以下权限是否在E3 License包括的范围内? Files.Read.All Chat.Read.All Group.Read.All Sites.Read.All User.Read User.Read.All 确认之后我们才能计划购买哪种类别的License. 非常感谢!!
/v1.0/users/${userId}/messages/${messageId}/attachments 参数 $filter 无法工作
/v1.0/users/${userId}/messages/${messageId}/attachments 参数 $filter 无法工作 /v1.0/users/${userId}/messages/${messageId}/attachments parameter $filter not work
Excel rest API error 500
I tried using the open API in the worksheet, but kept getting an error message. I need help
messages?$filter=subject eq 'xx'&$orderby=subject,receivedDateTime desc not work
when I filter email with subject, sometimes it worked well, but some email subject not work. actually those email subject are similar, for example 'aaa-bbb-ccc' is work but 'aaa-bbb-ddd' not work. but I can search out those email by…
When we use the automated process to call the interface, there is always an UnknownError error message.
{ "error": { "code": "UnknownError", "innerError": { "date": "2024-05-20T09:21:31", "client-request-id":…