AZ-204 · Question #339
You are a developer for a SaaS company that offers many web services. All web services for the company must meet the following requirements: - Use API Management to access the services - Use OpenID Co
The correct answer is D. validate-jwt. Add the validate-jwt policy to validate the OAuth token for every incoming request. Incorrect Answers: A: The jsonp policy adds JSON with padding (JSONP) support to an operation or an API to allow cross-domain calls from JavaScript browser-based clients. JSONP is a method used in
Question
Options
- Ajsonp
- Bauthentication-certificate
- Ccheck-header
- Dvalidate-jwt
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C4% (1)
- D82% (23)
Explanation
Add the validate-jwt policy to validate the OAuth token for every incoming request. Incorrect Answers: A: The jsonp policy adds JSON with padding (JSONP) support to an operation or an API to allow cross-domain calls from JavaScript browser-based clients. JSONP is a method used in JavaScript programs to request data from a server in a different domain. JSONP bypasses the limitation enforced by most web browsers where access to web pages must be in the same domain. JSONP - Adds JSON with padding (JSONP) support to an operation or an API to allow cross- domain calls from JavaScript browser-based clients. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect- backend-with-aad
Topics
Community Discussion
No community discussion yet for this question.