Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services where metadata is incomplete #307

Open
phatcher opened this issue Sep 16, 2016 · 1 comment
Open

Services where metadata is incomplete #307

phatcher opened this issue Sep 16, 2016 · 1 comment

Comments

@phatcher
Copy link
Collaborator

I'm trying to use the Microsoft Graph API against Azure B2C which means at the moment I can't use the ADAL libraries since they're not supported.

The sample code does a straight HttpClient access but the underlying implementation is OData V3.

The issue is that the metadata document exists at

https://graph.windows.net/{tenantId}/$metadata?api-version=1.6

but it doesn't expose the collection of users at

https://graph.windows.net/{tenantId}/users?api-version=1.6

The only collection is of DirectoryObject (parent of User).

I suppose my question is, is there a point where I can fake in the collection of users into the metadata document; this is a bit like #132

@object
Copy link
Member

object commented Sep 19, 2016

The only place I can think of is AfterResponse handler, and in fact I remember somebody was using it to intercept HTTP response data. Is there a problem with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants