Skip to content

Commit a73bbae

Browse files
Fix rewrite rule for GAM requesttokenanduserinfo service. (#1090)
1 parent 72d088d commit a73bbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Helpers/HttpHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public class HttpHelper
185185
{"oauth/queryaccesstoken","agamstsauthappvalidaccesstoken.aspx"},
186186
{"oauth/gam/v2.0/access_token","agamoauth20getaccesstoken_v20.aspx"},
187187
{"oauth/gam/v2.0/userinfo","agamoauth20getuserinfo_v20.aspx"},
188-
{"oauth/gam/v2.0/requesttokenanduserinfo","agamssorequesttokenanduserinfo_v20.aspx"}};
188+
{"oauth/gam/v2.0/requesttokenanduserinfo","agamssorestrequesttokenanduserinfo_v20.aspx"}};
189189
internal static HashSet<string> GamServicesInternalName = new HashSet<string>(GAMServices.Values.Select(value => value.Replace(ASPX, string.Empty)));
190190
internal const string QUERYVIEWER_NAMESPACE = "QueryViewer.Services";
191191
internal const string GXFLOW_NSPACE = "GXflow.Programs";

0 commit comments

Comments
 (0)