commit 6476ca3deb850d69d0ed1853f0be2f76e7cc7473
parent e3a613af5ac6ed643b53f3b95f48cb4cb0b5c4e0
Author: Michael Rasmussen <mir@datanom.net>
Date: Fri, 20 May 2022 21:49:47 +0200
fix for obtaining access code from request for Microsoft OAuth2 functionality
Signed-off-by: Michael Rasmussen <mir@datanom.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/oauth2.c b/src/oauth2.c
@@ -117,8 +117,8 @@ static gchar *OAUTH2info[4][17]={
static gchar *OAUTH2CodeMarker[5][2] = {
{"",""},
{"code=","&scope="},
- {"code="," HTTP"},
- {"code="," HTTP"},
+ {"code=","&session_state="},
+ {"code=","&session_state="},
{"yahoo_begin_mark","yahoo_end_mark"} /* Not used since token avalable to user to copy in browser window */
};