Fixed/enabled Outlook OAuth

This commit is contained in:
M66B 2020-05-09 19:27:01 +02:00
parent 9a8b1cd41e
commit 3261bbd2b0
1 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
<!-- /opt/android-studio/jre/bin/keytool -keystore ~/.android/debug.keystore -list -v -->
</provider>
<provider
name="Outlook/Office365"
name="Outlook"
domain="outlook\\..*,live\\..*,hotmail\\..*"
id="outlook"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
@ -37,11 +37,12 @@
askAccount="true"
authorizationEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
clientSecret="MZaRn@liyA0T98GwdRDK:m-cSWrUgA9:"
enabled="false"
clientSecret="r=o4@SlzU:MA6MlXM6mPG[44i4gYPq[@"
enabled="true"
redirectUri="https://oauth.faircode.eu/"
scopes="openid,offline_access,profile,email,User.Read,IMAP.AccessAsUser.All,Mail.ReadWrite,Mail.Send"
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" />
<!-- https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth -->
</provider>
<!-- needs subscription -->
<provider