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

URL endpoint to access on-premise mailbox #278

Closed
jschwartzenberg opened this issue May 2, 2020 · 3 comments
Closed

URL endpoint to access on-premise mailbox #278

jschwartzenberg opened this issue May 2, 2020 · 3 comments

Comments

@jschwartzenberg
Copy link

What's the endpoint to access MS Graph on an on-premise MS Exchange installation? So far I have only come across the O365 URL https://graph.microsoft.com/v1.0/me/

EWS is outdated SOAP, but of course I do not want to rely on O365 just because I'd like to use a REST API instead of SOAP :)

@trs80
Copy link

trs80 commented May 7, 2020

Apparently the MS Graph API proxies requests to on-prem /api so you don't need to do anything in a hybrid environment: https://lecafedeva.wordpress.com/2019/03/15/deep-dive-how-to-configure-exchange-on-premise-server-hybrid-integration-with-office-365-test-rest-api-calls/

For purely on-prem I guess try /api and see what's in there

@MIchaelMainer
Copy link
Contributor

To be specific, it proxies for Exchange based APIs, not any of the other service APIs.

@jschwartzenberg
Copy link
Author

When I try /api I get unauthorized. @MIchaelMainer could you explain how this proxy works how the Microsoft Graph API is typically accessed directly on an Exchange server?

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

3 participants