We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5785fe8 commit 6acc09eCopy full SHA for 6acc09e
java/src/main/java/com/genexus/webpanels/GXOAuthAccessToken.java
@@ -51,6 +51,7 @@ protected void doExecute(HttpContext context) throws Exception
51
if (!nativeToken.equals(""))
52
{
53
isExternalSDAuth = true;
54
+ additional_parameters = context.getHttpRequest().getVariable("additional_parameters");
55
}
56
else
57
0 commit comments