mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-23 17:52:23 -04:00
Updated Email OAuth App Setup (markdown)
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user