Skip to content

Commit 04c1111

Browse files
authored
Fixing the HTTP code
Thanks @dkershaw10
1 parent 66786b0 commit 04c1111

File tree

1 file changed

+1
-1
lines changed
  • 2. Web API now calls Microsoft Graph

1 file changed

+1
-1
lines changed

2. Web API now calls Microsoft Graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ An interesting piece is how `MsalUiRequiredException` are handled. These excepti
433433

434434
This sample uses the `ReplyForbiddenWithWwwAuthenticateHeader` method of the `TokenAcquisition` service. This method uses the HttpResponse to:
435435

436-
- Send an HTTP 404 (Forbidden) to the client
436+
- Send an HTTP 403 (Forbidden) to the client
437437
- 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:
438438
- the client ID of our Web API
439439
- the scopes to request

0 commit comments

Comments
 (0)