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


Get Ready For Google Summer Of Code 2025
24/01/2025

2025 will be the  21st consecutive year of Google Summer of Code and the 4th year in which it will accept anybody aged 18 years and over who is a newcomer to open source software. As us [ ... ]



Google Explains Add Me
31/01/2025

Add Me is an AI-based feature for Google's Pixel 9 phones that lets you add missing individuals into group photos. Google has now explained how this "magic" feature was developed.


More News

 

espbook

 

Comments




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

Last Updated ( Thursday, 21 December 2017 )