Hello!
I have an ASP.Net application that authenticates through Azure AD. After authentication, it runs a Silverlight component which in turn connects to a WCF service.
Now, what I want to happen is to secure the WCF service. It's like, the WCF service will only allow calls in to it if the caller has been authenticated to Azure AD. Can someone help me on this?