As usual, this is a weird and non-negotiable request from top management. Anyway, the story is as following:
- I will build a website at location A, let say UK (Using CentOS, PHP, Apache)
- There is a login form on it, and user can enter their Exchange 2010 username (email), and password to login. Where the Exchange 2010 is at location B, let say US.
So the issue in short is that how I can authenticate with a remote Exchange 2010?
There are several suggestions thrown at me but I am not even sure this can be done in the first place...
- Can we leverage Exchange 2010's OWA?
- Can we use ActiveSync?
- Can we use EWS? (Exchange Web Services)
I am not familiar with Microsoft's related technologies, so my question in short is that is there a web service method or similar where I can do my authentication?
Best Regards