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 66786b0 commit 04c1111Copy full SHA for 04c1111
2. Web API now calls Microsoft Graph/README.md
@@ -433,7 +433,7 @@ An interesting piece is how `MsalUiRequiredException` are handled. These excepti
433
434
This sample uses the `ReplyForbiddenWithWwwAuthenticateHeader` method of the `TokenAcquisition` service. This method uses the HttpResponse to:
435
436
-- Send an HTTP 404 (Forbidden) to the client
+- Send an HTTP 403 (Forbidden) to the client
437
- Set information in the www-Authenticate header of the HttpResponse with information that would enable a client to get more consent from the user that is:
438
- the client ID of our Web API
439
- the scopes to request
0 commit comments