Switched to signed msauth redirect URI

This commit is contained in:
M66B 2023-02-18 10:49:16 +01:00
parent 5cb693a7d9
commit cbc90466ea
6 changed files with 61 additions and 1 deletions

View File

@ -503,6 +503,18 @@
android:host="auth"
android:scheme="msauth.${namespace}" />
</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="${namespace}"
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
android:scheme="msauth" />
</intent-filter>
</activity>
<activity

View File

@ -509,6 +509,18 @@
android:host="auth"
android:scheme="msauth.${namespace}" />
</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="${namespace}"
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
android:scheme="msauth" />
</intent-filter>
</activity>
<activity

View File

@ -509,6 +509,18 @@
android:host="auth"
android:scheme="msauth.${namespace}" />
</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="${namespace}"
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
android:scheme="msauth" />
</intent-filter>
</activity>
<activity

View File

@ -501,6 +501,18 @@
android:host="auth"
android:scheme="msauth.${namespace}" />
</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="${namespace}"
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
android:scheme="msauth" />
</intent-filter>
</activity>
<activity

View File

@ -222,7 +222,7 @@
enabled="true"
privacy="https://privacy.microsoft.com/privacystatement"
prompt="login"
redirectUri="msauth.eu.faircode.email://auth"
redirectUri="msauth://eu.faircode.email/xSLzBBuLJunOQPB89rtzM54FXx4%3D"
scopes="profile,openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send,https://outlook.office.com/POP.AccessAsUser.All"
tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
tokenScopes="true" />

View File

@ -503,6 +503,18 @@
android:host="auth"
android:scheme="msauth.${namespace}" />
</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="${namespace}"
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
android:scheme="msauth" />
</intent-filter>
</activity>
<activity