Microsoft Graph Extensions API
A Microsoft API that allows you to extend the graph API resources to save the data of your own application.
52 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created custom extension attributes and added the custom claim as optional id token, I set the value for this claims using graph API.
I am able to retried this custom claims in id token for the tenant users.. But the same is not reflecting for Guest users of the same tenant.
Can you please guide me to set the custom claims for guest users of my tenant