[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-38-g20b1b93b9
colin at claws-mail.org
colin at claws-mail.org
Fri May 27 08:59:36 UTC 2022
The branch, gtk2 has been updated
via 20b1b93b902684f0132517b043a81ce06b987068 (commit)
from 33a665492f877b43b194529d74bd44d3e824d343 (commit)
Summary of changes:
src/oauth2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 20b1b93b902684f0132517b043a81ce06b987068
Author: Colin Leroy-Mira <colin at colino.net>
Date: Fri May 27 10:56:53 2022 +0200
Use localhost instead of 127.0.0.1 for Microsoft Oauth2
RedirectURIs in Azure must "start with https:// or http://localhost"
diff --git a/src/oauth2.c b/src/oauth2.c
index 66b81f889..c167cb632 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -64,7 +64,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://127.0.0.1:8888",
+ "http://localhost:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
@@ -81,7 +81,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://127.0.0.1:8888",
+ "http://localhost:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list