Hello,
We are evaluating to migrate an on-premise WCF Rest service to Azure PaaS and trying to determine the best possible solution for the below authentication scenario.
here is how the authentication happens on-premise -
1) External users calls the service sending a certificate
2) The service is configured for Active Directory Client Certificate Authentication in IIS
3) IIS authenticates the cert against Windows AD and allows the user IN.
Currently PaaS doesn’t seem to support “Active Directory Client Certificate” Authentication, so for the above scenario to work in Azure (no change to the client) what are the best possible solutions.
Sam