Microsoft
MS-600 · Question #131
You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from the Microsoft Identity Platform. You need…
The correct answer is C. WWW-Authenticate. https://docs.microsoft.com/en- us/dotnet/api/system.net.http.headers.httpresponseheaders.wwwauthenticate?view=net-5.0
Implement Microsoft Identity
Question
You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from the Microsoft Identity Platform. You need to ensure that the client application has the information required to complete the authentication. Which header should you include in the HTTP response sent from WebApi1 to the client application?
Options
- AAccept
- BAuthorization
- CWWW-Authenticate
- DAccess-Control-Allow-Credentials
How the community answered
(26 responses)- A12% (3)
- B4% (1)
- C81% (21)
- D4% (1)
Explanation
https://docs.microsoft.com/en- us/dotnet/api/system.net.http.headers.httpresponseheaders.wwwauthenticate?view=net-5.0
Topics
#MSAL#claims challenge#WWW-Authenticate#Continuous Access Evaluation
Community Discussion
No community discussion yet for this question.