Objective app.registrationsSC-300

Plan and implement app registrations

Objective app.registrations sits in Plan and implement workload identities, which carries 22% of the Identity and Access Admin exam. The questions below are original, written from the official objective title above, and each explanation cites the Microsoft Azure page it rests on.

Objective title verbatim from the official objectives. Microsoft Azure exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

Plan and implement workload identitiesModerate

A DevOps engineer registers an application in Microsoft Entra ID so a GitHub Actions pipeline can authenticate to an Azure subscription without a user account. Which solution secures this application's access using adaptive policies and custom security attributes?

Correct.

The concept

An app registration produces an identity that nobody logs into. Everything downstream follows from that: there is no second factor to prompt for, no manager to approve a request, no diploma to verify, and no VPN replacement involved. What the identity does need is a way to be scoped and conditioned, which is why nonhuman identities get their own policy surface.

Why this answer

The pipeline holds no user account, so the identity being secured is the registered application itself. Microsoft Entra Workload ID is the product that applies Conditional Access and custom security attributes to that kind of identity, which is exactly the pairing the question describes.

  • AMicrosoft Entra ID Governance answers a different question: whether a person should still hold access, and for how long.
  • BReach for Microsoft Entra Domain Services when a legacy binary needs Kerberos, NTLM or LDAP in the cloud.
  • CMicrosoft Entra Verified ID issues credentials a human carries in a wallet app. No pipeline is involved.
  • Correct: this is the product for nonhuman identities.
  • EMicrosoft Entra Private Access replaces a VPN for employees reaching internal sites, which is a network problem.
Read the sourceWhat is Microsoft Entra ID
Verified against learn.microsoft.com · 2026-07-28
app registrationworkload identityentra workload id

Now you: objective app.registrations questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

Plan and implement workload identitiesHard

An admin builds a Conditional Access policy targeting a registered application's workload identity authenticating to Azure resources. The tenant already holds Microsoft Entra ID P1. Which additional license is required for the policy to take effect on this identity type?

Sample question 2 of 3

Plan and implement workload identitiesModerate

A DevOps engineer configures a GitHub Actions pipeline that must authenticate directly to an Azure subscription without any user signing in, to run deployment scripts automatically. Which Microsoft Entra product manages this identity?

Sample question 3 of 3

Plan and implement workload identitiesHard

An organization already holds Microsoft Entra ID P1 and enforces Conditional Access on user sign-ins. The admin now wants Conditional Access to also govern authentication requests from an application's workload identity. What additional requirement applies?

Full Identity and Access Admin question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Plan and implement workload identities