First off, let me start by saying I am a PHP programmer with no Exchange experience. That being said...
I have a client that has custom web based software and (not related) uses Exchange. They would like it so that each user has a tab at the top of their software that when clicked auto logs them into OWA.
My thought is that each user would have their credentials stored in a database used by their software and when they click the link it retrieves their user/pw and sends it to the OWA interface and logs them in.
Any thoughts?