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 a759ff2 commit c5ee851Copy full SHA for c5ee851
src/Commands/Base/TokenHandler.cs
@@ -383,7 +383,7 @@ private static async Task<string> GetAccessTokenWithFederatedTokenAsync(string c
383
var queryParams = new List<string>
384
{
385
"grant_type=client_credentials",
386
- $"scope={Uri.EscapeDataString(resource)}",
+ $"scope={resource}",
387
$"client_id={clientId}",
388
$"client_assertion_type={Uri.EscapeDataString("urn:ietf:params:oauth:client-assertion-type:jwt-bearer")}",
389
$"client_assertion={federatedToken}"
0 commit comments