You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewHttpResponseException(newHttpResponseMessage{StatusCode=HttpStatusCode.Unauthorized,ReasonPhrase="The Scope claim does not contain 'user_impersonation' or scope claim not found"});
54
-
}
50
+
this.CheckExpectedClaim();
55
51
56
52
// A user's To Do list is keyed off of the NameIdentifier claim, which contains an immutable, unique identifier for the user.
thrownewHttpResponseException(newHttpResponseMessage{StatusCode=HttpStatusCode.Unauthorized,ReasonPhrase="The Scope claim does not contain 'user_impersonation' or scope claim not found"});
thrownewHttpResponseException(newHttpResponseMessage{StatusCode=HttpStatusCode.Unauthorized,ReasonPhrase="The Scope claim does not contain 'user_impersonation' or scope claim not found"});
0 commit comments