Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Commit 20e00c3

Browse files
author
Doug Mahugh
committed
update resources
1 parent ba9bff7 commit 20e00c3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
8989

9090
## Resources
9191

92+
Documentation:
9293
* [Microsoft Graph Dev Center](https://developer.microsoft.com/en-us/graph/)
9394
* [Get started with Microsoft Graph and REST](https://developer.microsoft.com/en-us/graph/docs/concepts/rest)
9495
* [Get access tokens to call Microsoft Graph](https://developer.microsoft.com/en-us/graph/docs/concepts/sample_overview)
9596
* [Authorize access to web applications using OAuth 2.0 and Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-oauth-code)
97+
98+
Samples:
99+
* [Python authentication samples for Microsoft Graph](https://github.com/microsoftgraph/python-sample-auth)
100+
* [Working with paginated Microsoft Graph responses in Python](https://github.com/microsoftgraph/python-sample-pagination)
101+
* [Sending mail via Microsoft Graph from Python](https://github.com/microsoftgraph/python-sample-send-mail)
102+
103+
Auth libraries:
96104
* [Microsoft ADAL for Python](https://github.com/AzureAD/azure-activedirectory-library-for-python)
97105
* [Flask-Oauthlib](https://flask-oauthlib.readthedocs.io/en/latest/)
98106
* [Requests-Oauthlib](https://media.readthedocs.org/pdf/requests-oauthlib/latest/requests-oauthlib.pdf)
99107
* [Azure Active Directory v2.0 authentication libraries](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-libraries)
108+
109+
Specifications:
100110
* [Oauth 2.0 specification](http://www.rfc-editor.org/rfc/rfc6749.txt)
101111
* [Open ID Connect specifications](http://openid.net/connect/)

0 commit comments

Comments
 (0)