Skip to content

Commit a57c073

Browse files
authored
Change scope used for OSS portal client (#8350)
1 parent b7f9ce2 commit a57c073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/identity-resolution/Helpers/GitHubToAADConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private async Task<UserLink[]> GetPeopleLinksAsync()
7777
try
7878
{
7979
// This is aad scope of opensource rest API.
80-
string[] scopes = new [] { "api://66b6ea26-954d-4b68-8f48-71e3faec7ad1/.default" };
80+
string[] scopes = new [] { "66b6ea26-954d-4b68-8f48-71e3faec7ad1/.default" };
8181
opsAuthToken = await credential.GetTokenAsync(new TokenRequestContext(scopes), CancellationToken.None);
8282
}
8383
catch (Exception ex)

0 commit comments

Comments
 (0)