How can I secure a WCF service using Azure Active Directory:
My Status: - My WCF service that contains the business logic is hosted on Azure WebRole.
I want your help to do the following:
- Configure my WCF Service in Azure to federate the authentication process to Azure Active directory.
- Configure my WCF Client to get Tokens from Azure Active directory by providing his [username/password].
- Configure my WCF Service to verify the client's tokens.
My environment constraints:
- WCF 4.5 .
- WIF 4.5 .
- Visual Studio 2012 .
- It's a Proof of concept and I have to use Self Signed Certificates.