MS-102 Practice Question: Implement and manage Microsoft Entra identity and access
You are configuring Microsoft Entra ID provisioning for a SaaS application that supports SCIM 2.0. The app requires the 'manager' attribute to be mapped. However, the manager attribute is not populated for all users. What should you do to avoid provisioning failures?
⚠ Common exam trap
It's easy for candidates to confuse 'Ignore it if null' with setting a default value or removing the mapping, but the correct approach is to gracefully skip the null attribute rather than force a value or delete the mapping entirely.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Configure the attribute mapping to 'Ignore it if null' for the manager attribute
When the 'manager' attribute is not populated for all users, configuring the attribute mapping to 'Ignore it if null' prevents provisioning failures by allowing the provisioning service to skip the attribute when its value is null, rather than attempting to send an empty or invalid value that the SCIM 2.0 endpoint might reject. This setting ensures that only users with a manager value trigger the mapping, avoiding errors for users without a manager.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Configure the attribute mapping to 'Ignore it if null' for the manager attribute
Why this is correct
In the Entra ID attribute mapping editor, the 'Ignore it if null' option instructs the provisioning engine to omit the manager attribute from the SCIM request when the source user has no manager set. This prevents the target application from receiving a null value that could fail schema validation or overwrite an existing value with empty data. As a result, users without managers are provisioned successfully, and manager relationships are only updated when a real manager actually exists.
- ✗
Modify the SCIM schema in the application to make manager optional
Why it's wrong here
The SCIM schema is defined and enforced by the target application's service provider, not by Microsoft Entra ID. As the provisioning administrator, you cannot modify the target app's SCIM schema to make the manager attribute optional; such changes would require developer-level access to the application itself. Furthermore, altering the schema would be an invasive change that could break other clients, and it does not address how Entra ID should handle null manager values during provisioning.
- ✗
Use the expression language to set a default value for the manager attribute
Why it's wrong here
Using the expression language to assign a default value to the manager attribute would replace a null with a fabricated constant, such as a string like 'No Manager', rather than simply omitting the attribute. This solution prevents the provisioning failure but introduces inaccurate data into the target application, which can corrupt reporting or approval workflows that rely on manager identity. The 'Ignore it if null' mapping is superior because it avoids sending the attribute at all, preserving the true state of missing manager data.
- ✗
Delete the manager attribute mapping from the provisioning configuration
Why it's wrong here
Removing the manager attribute mapping from the provisioning configuration would stop all manager data from being sent to the application, even for users who do have a valid manager assigned. This breaks the application's expected manager relationships and may cause user access or approval processes to fail or behave incorrectly. Instead of deletion, the correct approach is to keep the mapping and apply 'Ignore it if null', which skips only the null values while still provisioning real manager assignments.
Go deeper
Related to this question
About these practice questions
This MS-102 question is part of Courseiva's 241-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MS-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MS-102 exam.