Hi @Vikas Tiwari · Thank you for reaching out.
For this purpose, all you need is to update below TechnicalProfiles in your base file:
- Under
<TechnicalProfile Id="SelfAsserted-ProfileUpdate">
, add<OutputClaim ClaimTypeReferenceId="displayName" />
- Under
<TechnicalProfile Id="AAD-UserWriteProfileUsingObjectId">
add<PersistedClaim ClaimTypeReferenceId="displayName" />
I don't think updating otherMails via profile edit policy is supported. Could you please try removing otherMails and test again.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.