Merge pull request #11741 from rupran/andreas/fix-get-access-token-return-value

[client,common] fix sso_mib_get_access_token return value in error case
This commit is contained in:
akallabeth
2025-07-15 08:07:12 +02:00
committed by GitHub

View File

@@ -149,7 +149,7 @@ static BOOL sso_mib_get_access_token(rdpContext* context, AccessTokenType tokenT
}
if (!client_context->mibClientWrapper->app)
return ERROR_INTERNAL_ERROR;
return FALSE;
const char* scope = NULL;
const char* req_cnf = NULL;