mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Removed Microsoft client secret
This commit is contained in:
parent
fb3ceaae28
commit
179781956d
6 changed files with 58 additions and 5 deletions
|
@ -480,6 +480,17 @@
|
|||
|
||||
<data android:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
|
@ -486,6 +486,17 @@
|
|||
|
||||
<data android:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
|
@ -486,6 +486,17 @@
|
|||
|
||||
<data android:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
|
@ -478,6 +478,17 @@
|
|||
|
||||
<data android:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
|
@ -130,16 +130,16 @@
|
|||
askAccount="true"
|
||||
authorizationEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize"
|
||||
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
|
||||
clientSecret="r=o4@SlzU:MA6MlXM6mPG[44i4gYPq[@"
|
||||
enabled="true"
|
||||
privacy="https://privacy.microsoft.com/privacystatement"
|
||||
prompt="login"
|
||||
redirectUri="https://oauth.faircode.eu/"
|
||||
redirectUri="msauth.eu.faircode.email://auth"
|
||||
scopes="profile,openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send"
|
||||
tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
|
||||
tokenScopes="true" />
|
||||
<!-- https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow -->
|
||||
<!-- https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth -->
|
||||
<!-- https://learn.microsoft.com/en-us/azure/active-directory/develop/redirect-uris-ios -->
|
||||
</provider>
|
||||
<provider
|
||||
name="Outlook"
|
||||
|
@ -167,15 +167,13 @@
|
|||
askAccount="true"
|
||||
authorizationEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize"
|
||||
clientId="17e57eca-a59b-4574-ac91-b343004898a6"
|
||||
clientSecret="k847Q~ZKtIBNp~ls_riKEbFDsvOQEdUA.YDNt"
|
||||
enabled="false"
|
||||
privacy="https://privacy.microsoft.com/privacystatement"
|
||||
prompt="login"
|
||||
redirectUri="https://oauth.faircode.eu/"
|
||||
redirectUri="msauth.eu.faircode.email://auth"
|
||||
scopes="openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send"
|
||||
tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
|
||||
tokenScopes="true" />
|
||||
<!-- 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
|
||||
|
|
|
@ -480,6 +480,17 @@
|
|||
|
||||
<data android:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
Loading…
Reference in a new issue