Updated Email OAuth App Setup (markdown)

silycr 2025-04-26 21:03:03 +09:30
parent af88af3aae
commit b47ed4560b

@ -27,7 +27,7 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
2. Choose the account type (single tenant vs multi-tenant).
For personal M365 accounts use the option `Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)`.
3. Set redirect URI.
3. Set redirect URI. https://example.domain/api/oauth/callback
4. Navigate to the Authentication tab. Set "Implicit grant and hybrid flows" to allow both access and id tokens,
@ -35,4 +35,10 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
8. Finally, on the "Overview" tab obtain the "Application (client) ID"
When using Outlook, you may need to change the character set in Paperless-ngx to `US-ASCII` in order to process emails.
Notes:
* When using Outlook, you may need to change the character set in Paperless-ngx to `US-ASCII` in order to process emails.
* Enable IMAP access to apps:
> > [outlook.live.com](http://outlook.live.com/) >> Settings >> Forwarding and IMAP >> POP and IMAP >> enable 'Let devices and Apps use IMAP' >> Save
* Use behind reverse proxy will require additional setup or oauth2 proxy, however access directly to the server may be simpler as setup process is only required to run once.