【问题标题】:OAuth token for Exchange without using Azure Active Directory不使用 Azure Active Directory 的 Exchange 的 OAuth 令牌
【发布时间】:2020-11-17 03:00:03
【问题描述】:

Microsoft 正在放弃对 Exchange 365 上基本身份验证的支持。因此,我们正在研究其他连接到 Exchange 的选项。我们基于 Java 的应用程序在 Tomcat 下作为后台服务运行。它监控 Exchange 收件箱并从中读取数据。

有没有办法在不使用 Azure Active Directory 的情况下获取 OAuth 令牌?

【问题讨论】:

    标签: oauth-2.0 azure-active-directory exchangewebservices


    【解决方案1】:

    它至少要到明年下半年才会退役,他们仍在根据这个线程研究替代方法:https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-april-2020-update/ba-p/1275508

    但是像 EWS 这样的东西将被淘汰。所以它不仅与 oauth 有关,如果我猜的话,遗留端点可能会被淘汰,转而支持图形 API。至少现在,如果你想在没有任何用户交互的情况下访问邮箱,他们建议你使用 graph api 来阅读电子邮件。这意味着不,将来您将拥有 https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-oauth-support-for-pop-in-exchange-online/ba-p/1406600

    【讨论】:

      猜你喜欢
      • 2015-06-17
      • 2018-03-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多