mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Updated Outlook OAuth settings
Still not working though
This commit is contained in:
parent
69e0f2311d
commit
c704d62e14
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,13 @@
|
|||
starttls="true" />
|
||||
<oauth
|
||||
askAccount="true"
|
||||
authorizationEndpoint="https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize"
|
||||
authorizationEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
|
||||
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
|
||||
clientSecret="MZaRn@liyA0T98GwdRDK:m-cSWrUgA9:"
|
||||
enabled="false"
|
||||
redirectUri="https://oauth.faircode.eu/"
|
||||
scopes="openid,offline_access,profile,email,User.Read,Mail.ReadWrite,Mail.Send,MailboxSettings.ReadWrite"
|
||||
tokenEndpoint="https://login.microsoftonline.com/organizations/oauth2/v2.0/token" />
|
||||
scopes="openid,offline_access,profile,email,User.Read,IMAP.AccessAsUser.All"
|
||||
tokenEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/token" />
|
||||
</provider>
|
||||
<!-- needs subscription -->
|
||||
<provider
|
||||
|
|
Loading…
Reference in a new issue