Practice free →
HomeAzure AZ-204cloudcomputingaz204security › An Azure Web App needs to authenticate users wit…

An Azure Web App needs to authenticate users with Entra ID without writing OAuth code. Which built-in App Service feature handles this?

AStoring user passwords in App Settings
BForwarding requests to a third-party identity provider over HTTP
CApp Service authentication / authorization (Easy Auth)
DWriting a custom JWT parser in the app
Answer & Solution
Correct answer: C. App Service authentication / authorization (Easy Auth)
Easy Auth handles the OAuth/OIDC flow at the platform layer — your app gets `X-MS-CLIENT-PRINCIPAL` headers. The other options reinvent the wheel insecurely.
Solve this in the app — Azure AZ-204 practice & 24k+ MCQs →
Related questions