microsoftgraph/aspnet-snippets-sample

How to set up open extension in application manifest under optionalclaims?

nukec opened this issue · 1 comments

nukec commented

I added open extension to a user object. Then I added value for that open extension for user. Let’s say extension name is organisationId. How can I set up this extension in ad application manifest under optionalClaims to be returned to signed in user in claims?

In old ad graph api I created directory extension and then I applied name to optionalClaims like this extension_applicationId_organisationId, but how do I do it if I add open extension with new api? How to pass that open extension to claims to signed in user?

I apologize for the extremely late response. Unfortunately we're not set up to answer general Graph/Azure questions here. Stack Overflow would be a better place for these types of questions.