Home › Azure AZ-204 › cloudcomputing › az204security › Which Entra ID feature lets a developer's app si…
Which Entra ID feature lets a developer's app sign in users with their existing Microsoft account, Google account, or work account via OAuth 2.0 / OIDC?
AStoring user passwords in Azure Files
BAzure Functions HTTP triggers without auth
CMicrosoft Identity Platform (MSAL libraries + Entra ID app registrations)
DAzure DNS
Answer & Solution
Correct answer: C. Microsoft Identity Platform (MSAL libraries + Entra ID app registrations)
MSAL + app registrations is Microsoft's developer-facing identity stack — OAuth 2.0 + OIDC flows for users + apps + services. The other options aren't identity stacks.
Related questions
Which Azure feature continuously scans App Service / Function code for known vulnerabilitiWhich type of Microsoft Identity token does a client present to a downstream API to prove Which configuration lets an Azure Function access a SECRET stored in Key Vault via an App An Azure Function needs to read a secret from Key Vault on every cold start. What's the MOAn Azure Web App needs to authenticate users with Entra ID without writing OAuth code. WhiWhich Azure feature lets an admin grant a role assignment that's only ACTIVE for an approvWhich Azure feature lets a developer call `DefaultAzureCredential` from the Azure SDK and Which configuration gives an Azure VM, App Service, or Function App an identity to call Ke