Fixed/enabled Outlook OAuth

pull/178/head
M66B 5 years ago
parent 9a8b1cd41e
commit 3261bbd2b0

@ -19,7 +19,7 @@
<!-- /opt/android-studio/jre/bin/keytool -keystore ~/.android/debug.keystore -list -v --> <!-- /opt/android-studio/jre/bin/keytool -keystore ~/.android/debug.keystore -list -v -->
</provider> </provider>
<provider <provider
name="Outlook/Office365" name="Outlook"
domain="outlook\\..*,live\\..*,hotmail\\..*" domain="outlook\\..*,live\\..*,hotmail\\..*"
id="outlook" id="outlook"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
@ -37,11 +37,12 @@
askAccount="true" askAccount="true"
authorizationEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/authorize" authorizationEndpoint="https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0" clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
clientSecret="MZaRn@liyA0T98GwdRDK:m-cSWrUgA9:" clientSecret="r=o4@SlzU:MA6MlXM6mPG[44i4gYPq[@"
enabled="false" enabled="true"
redirectUri="https://oauth.faircode.eu/" 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" /> 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> </provider>
<!-- needs subscription --> <!-- needs subscription -->
<provider <provider

Loading…
Cancel
Save