nerdexam
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)
  • A
    12% (3)
  • B
    4% (1)
  • C
    81% (21)
  • D
    4% (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.

Full MS-600 Practice