mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Fixed Outlook OAuth
This commit is contained in:
parent
0e2822aee9
commit
0dc4544606
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,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="https://oauth.faircode.eu/"
|
||||||
scopes="profile,openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send"
|
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"
|
tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
|
||||||
tokenScopes="true" />
|
tokenScopes="true" />
|
||||||
|
|
Loading…
Reference in a new issue