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


Amazon Updates Bedrock With Custom Model Support
07/05/2024

Amazon has updated Bedrock, its tool for building with generative AI on AWS. The update adds support for importing custom models and evaluating models, as well as support for using Meta Llama 3 models [ ... ]



Amazon Bedrock Adds Support For Anthropic's Claude3 Opus
14/05/2024

Bedrock, Amazon's fully managed service for building generative AI applications, has been enhanced with support for Anthropic's Claude 3 Opus Foundation Model.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 21 December 2017 )