Skip to content

Commit

Permalink
Merge pull request #279 from coddingtonbear/docs
Browse files Browse the repository at this point in the history
Change to documentation regarding Office365 configuration
  • Loading branch information
Pietro395 authored Dec 11, 2023
2 parents 52bff59 + 8779271 commit 34f2d2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/topics/mailbox_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,15 @@ Office 365 API
-------------------------------------

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
.. _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.

Expand Down

0 comments on commit 34f2d2b

Please sign in to comment.