Microsoft Closing Outlook REST API
Written by Kay Ewbank   
Thursday, 21 December 2017

Microsoft has announced details of cessation of support for authentication in Outlook REST API, and decommissioning of the API in favor of Microsoft Graph. This will leave some apps unusable unless modified to use different authentication via Microsoft Graph.

The Outlook REST API has been around for a couple of years, and provides API access to mail, calendar, contacts, and other data from Exchange Online. Microsoft then developed the Outlook REST API v2.0 and Microsoft Graph, both of which Microsoft says provide richer features, better performance, and are more reliable than the original Outlook REST API v1.0. In view of this, the original API will lose support for basic authentication from November 1st 2018, and will be decommissioned starting on November 1st, 2019. While the change to use the new version is undoubtedly sensible, it does mean that new or existing apps will not be able to use Basic Authentication in Outlook REST API v1.0 starting November 1st, 2018 and will not be able to use Outlook REST API v1.0 at all starting November 1st, 2019 - whether or not they need the strengthened security of the newer version.

 

msgraph

 

The main differences between Outlook v1.0 and Microsoft Graph start with the authorization protocol. Graph uses the newer and more secure OAuth 2.0 and OpenID Connect authorization protocols. This means that if you're updating, and you're using Basic Authentication, you'll need to start by getting access tokens from Azure Active Directory, Microsoft's cloud identity service. The access token contains information about your app and the permissions it has for the resources and APIs available through Microsoft Graph. Your app will have to be able to authenticate with Azure AD and be authorized by either a user or an administrator for access to the Microsoft Graph resources it needs.

Apps will also need to be recoded to point to the Microsoft Graph endpoint at https://graph.microsoft.com.

 msgraphicon

More Information

Deprecation announcement

Office Developer Site

Related Articles

New APIs For Office 365

Dynamics 365 Developer Toolkit Beta Released

Microsoft Strengthens Graph API

Office 2016 For Developers

New Model For Office Apps 

Microsoft Office Apps With JavaScript 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Excel Spreadsheet - A Joke?
01/04/2024

No this isn't an April Fool's although in places it seems like one. It's a true account of how Williams Racing has suffered through reliance on an overgrown and outdated Microsoft Excel spreadsheet, l [ ... ]



Avi Wigderson Gains Turing Award
16/04/2024

Israeli mathematician and computer scientist, Avi Wigderson, is the recipient of the 2023 ACM A.M Turing Award which carries a $1 million prize with financial support from Google.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 21 December 2017 )