Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to documentation regarding Office365 configuration #279

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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