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 9c4b4d0 commit 7b3ecd8Copy full SHA for 7b3ecd8
5-WebApp-AuthZ/5-2-Groups/Services/MicrosoftGraph-Rest/GraphHelper.cs
@@ -76,7 +76,7 @@ private static bool HasOverageOccurred(ClaimsPrincipal identity)
76
/// <returns></returns>
77
private static bool IsAccessToken(ClaimsIdentity identity)
78
{
79
- return identity.Claims.Any(x => x.Type == "scp");
+ return identity.Claims.Any(x => x.Type == "scp" || x.Type == "http://schemas.microsoft.com/identity/claims/scope");
80
}
81
82
/// <summary>
0 commit comments