Skip to content

Commit

Permalink
Note about microsoft graph in azuread backend
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Dec 31, 2016
1 parent 1411c49 commit 499fbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/python-social-auth/social-docs/commits/master)

### Added
- Added note about Microsoft Graph support with AzureAD backend.

## [0.1.0](https://github.com/python-social-auth/social-docs/releases/tag/0.1.0) - 2016-12-31

### Added
Expand Down
4 changes: 4 additions & 0 deletions docs/backends/azuread.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ To enable OAuth2 support:
Some of the possible values are: ``https://graph.windows.net`` or
``https://<your Sharepoint site name>-my.sharepoint.com``.

When using Microsoft Graph, the resource needed is::

SOCIAL_AUTH_AZUREAD_OAUTH2_RESOURCE = 'https://graph.microsoft.com/'

.. _Azure AD Application Registration: https://msdn.microsoft.com/en-us/library/azure/dn132599.aspx

0 comments on commit 499fbaa

Please sign in to comment.