MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 147


An API was designed in API Designer, published to Anypoint Exchange, then imported into API Manager.

A Mule application implements this API and is deployed to CloudHub. API Manager manages this deployed API implementation.

What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID Enforcement policy on this Mule application?

Show Answer
Correct Answer: D

The easiest and most idiomatic way to enforce a Client ID Enforcement policy on a Mule application managed by API Manager is to apply the policy directly in API Manager. This approach allows you to configure and manage policies for your API instances without requiring any modifications or custom coding in Anypoint Studio or Design Center. It streamlines the process by utilizing API Manager's built-in capabilities to enforce policies, which is both simple and effective.

Discussion

2 comments
Sign in to comment
ExamDevOption: D
Jan 24, 2024

ChatGPT: D. In API Manager, apply a Client ID Enforcement policy for the API instance The easiest and most idiomatic way to enforce a Client ID Enforcement policy for an API managed by API Manager is to apply the policy directly in API Manager. This allows you to configure and manage policies for your API instances without modifying the underlying Mule application.

ExamDev
Jan 24, 2024

Also is not a custom policy!!! Link here: https://docs.mulesoft.com/gateway/latest/policies-included-client-id-enforcement

aook002Option: D
Apr 21, 2024

See here: https://developer.mulesoft.com/tutorials-and-howtos/getting-started/client-id-policy/ YouTube video: https://www.youtube.com/watch?v=3lStTgMxI2Q&t=85s ^ Which walks you through how to do it.