I have a daemon app which currently supports Basic Authentication for on-premise using Exchange Web Services and also supports Modern Authentication for Exchange Online using Microsoft Graph.
Now I have a requirement to support Hybrid Authentication in my application. I went through below documentation to find out more about Hybrid authentication:
https://learn.microsoft.com/en-us/graph/hybrid-rest-support
https://learn.microsoft.com/en-us/exchange/exchange-hybrid
Here are my questions:
Any information will be very helpful. Thanks in Advance.
1: Yes, it's supported for with these feature set (Mail, Calendar, Contacts). Check the above documentation itself. 2 & 3: When Microsoft Graph identifies that a REST API call is attempting to access an on-premises mailbox in a hybrid deployment, it proxies the REST request to an on-premises REST endpoint which then processes the request. This discovery makes accessing the REST API possible. 4: Here's the detailed workflow how it works, how it needs to be setup/configured etc