We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f9ce2 commit a57c073Copy full SHA for a57c073
1 file changed
tools/identity-resolution/Helpers/GitHubToAADConverter.cs
@@ -77,7 +77,7 @@ private async Task<UserLink[]> GetPeopleLinksAsync()
77
try
78
{
79
// This is aad scope of opensource rest API.
80
- string[] scopes = new [] { "api://66b6ea26-954d-4b68-8f48-71e3faec7ad1/.default" };
+ string[] scopes = new [] { "66b6ea26-954d-4b68-8f48-71e3faec7ad1/.default" };
81
opsAuthToken = await credential.GetTokenAsync(new TokenRequestContext(scopes), CancellationToken.None);
82
}
83
catch (Exception ex)
0 commit comments