Switched to signed msauth redirect URI

pull/212/head
M66B 3 years ago
parent 5cb693a7d9
commit cbc90466ea

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

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

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

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

@ -222,7 +222,7 @@
enabled="true" enabled="true"
privacy="https://privacy.microsoft.com/privacystatement" privacy="https://privacy.microsoft.com/privacystatement"
prompt="login" 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" 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" tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
tokenScopes="true" /> tokenScopes="true" />

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

Loading…
Cancel
Save