Skip to content

OneBitSoftware/Office365-SharePoint-Python-Flask-Sample

Repository files navigation

Office 365 Python Flask App Authentication

Summary

This scenario shows how to set up authentication between a Python app (using the Flask microframework) and Office 365 SharePoint Online site. The goal of this sample is to show how a user can authenticate and interact with data from the Office 365 SharePoint site.

Applies to

  • Office 365 Multi Tenant (MT)
  • Office 365 Dedicated (D)

Prerequisites

  • Office 365 developer tenant
  • Visual Studio 2015 installed
  • Python Tools for Visual Studio installed
  • Python 2.7 or 3.4 installed
  • Flask, requests, PyJWT Python packages installed via pip

Solution

Solution Author(s)
Python.Office365.AppAuthentication Velin Georgiev (OneBit Software), Radi Atanassov (OneBit Software)

Version history

Version Date Comments
1.0 February 9th 2016 Initial release (Velin Georgiev)

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


The Office 365 Python Flask App Authentication Sample

This section describes the Office 365 Python Flask App Authentication sample included in the current solution.

Prepare the scenario for the Office 365 Python Flask app authentication sample

The Office 365 Python Flask application will:

  • Use Azure AD authorization endpoints to perform authentication
  • Use Office 365 SharePoint API's to show the authenticated user's title

For these tasks to succeed you need to do additional setups explained below.

  • Copy the client secret and the client id from the Azure portal and replace them into the Python Flask config file
  • Assign URL to the SharePoint site you are going to access to the RESOURCE config variable.

  • Open the sample in Visual Studio 2015
  • Go to Project > Properties > Debug and dedicate 5555 for Port Number

  • Go to Python environments > your active python environment > execute "Install from requirements.txt". This will ensure that all the required Python packages are installed.

Run the Office 365 Python Flask app sample

When you run the sample you'll see the title and login url.

Once you've clicked the sign-in link, the Office 365 API will go through the authentication handshake and the Python Flask home screen will reload with the logged in user title and access token displayed:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published