1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Merge pull request #279 from coddingtonbear/docs

Change to documentation regarding Office365 configuration
This commit is contained in:
Pietro 2023-12-11 19:54:25 +01:00 committed by GitHub
commit 34f2d2b98b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,12 +121,15 @@ Office 365 API
------------------------------------- -------------------------------------
Office 365 allows through the API to read a mailbox with Oauth. Office 365 allows through the API to read a mailbox with Oauth.
The O365_ library is used. The O365_ library is used and must be installed.
.. _O365: https://github.com/O365/python-o365 .. _O365: https://github.com/O365/python-o365
.. _configuration: https://github.com/O365/python-o365#authentication .. _configuration: https://github.com/O365/python-o365#authentication
For the configuration_ you need to register an application and get a client_id, client_secret and tenant_id. For the Oauth configuration you need to follow the instructions on the O365 configuration_ page.
You need to register an application and get a client_id, client_secret and tenant_id.
client_secret is equivalent to the app secret value and not the ID.
This implementation uses the client credentials grant flow and the password you specify will be ignored. This implementation uses the client credentials grant flow and the password you specify will be ignored.