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

@@ -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