I have a WCF service endpoint exposed through a worker role. I want to configure the security for the endpoint as Windows, just like how i do it in normal WCF service on-premise.
Is there a way I can specify to my worker role that this WAAD is the AD for you and when I configure the WCF service endpoint to Windows authentication, the worker role figures it out that it has to go to the configured WAAD for authentication for the service request.
I found this Note in the document here : http://msdn.microsoft.com/en-us/library/ff803371.aspx but don't really know how to configure it.
In a future release, Windows Azure Access Control will be renamed to Windows Azure Active Directory (WAAD), and will expose functionality to support Windows Authentication in cloud-hosted applications. This would simplify implementation of authentication for Adatum.
Thanks,
Sanjay A.