Outlook/OAuth backward compatibility

pull/180/head
M66B 4 years ago
parent ad28cae134
commit 313492b7e7

@ -33,6 +33,15 @@
host="smtp.office365.com"
port="587"
starttls="true" />
<oauth
askAccount="true"
authorizationEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
clientSecret="r=o4@SlzU:MA6MlXM6mPG[44i4gYPq[@"
enabled="false"
redirectUri="https://oauth.faircode.eu/"
scopes="offline_access,https://outlook.office365.com/IMAP.AccessAsUser.All,https://outlook.office365.com/SMTP.Send"
tokenEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/token" />
</provider>
<provider
name="Office365"

Loading…
Cancel
Save