I have created an open extension for the user,
Can I add the open extension properties as claims to Azure ad access token
I have created an open extension for the user,
Can I add the open extension properties as claims to Azure ad access token
Hi @bruce-8002 · Thank you for reaching out.
Extension properties/attributes can be passed as optional claims in the Access token only when added either via AD Connect (by synchronizing from On-premises AD) or by using Graph API (as I've explained in my blog post - https://cloud365.in/azure-ad-schema-extension-for-users-in-10-easy-steps/).
This is documented under Configuring directory extension optional claims
"Schema and open extensions are not supported by optional claims, only the AAD-Graph style directory extensions."
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
4 people are following this question.