All Questions
Tagged with mutual-authentication azure-web-app-service
7 questions
1
vote
1
answer
329
views
Azure Web App Mutual SSL authentication with client certificate in Azure App Service
I'm trying to set up mutual SSL authentication in an Azure Web App using a custom client certificate. I've configured the Azure Web App by switching the "Client certificate mode" to "...
0
votes
1
answer
911
views
"Certificate does not contain any CA certificate" error when I create a SSL profile on Azure Application Gateway
Let me explain more about the scenario.
I have a web application that is hosted on an Azure App Service Plan.
I created two certificates "Root" and "Child" with the blow command:
...
3
votes
1
answer
949
views
Unexpected POST size limit for Azure App Service with TLS mutual authentication
I have an Azure App Service where I need to activate TLS mutual authentication, and I ran into a completely unexpected issue. We need this service in order to upload images from IoT devices; the ...
2
votes
2
answers
2k
views
Add Root CA to Azure App Service for Client Certificate Authentication
I'm building a web app that relies on client certificates for authentication. I've been able to get it running successfully on a Windows VM through IIS though I had to add the Root CAs for the client ...
0
votes
0
answers
261
views
Mutual auth with Java (client cert PFX file) and no access to environment
I have a Java Spring Boot web application deployed on an Azure App Service (not embedded Tomcat, but using App Service Tomcat PaaS). This application needs to make a call to a REST API, that is ...
2
votes
1
answer
903
views
Mutual auth with Java (w/ client cert PFX file) and no access to environment
I have a Java Spring Boot web application deployed on an Azure App Service (not embedded Tomcat, but using App Service Tomcat PaaS). This application needs to make a call to a REST API, that is ...
0
votes
2
answers
2k
views
TLS Mutual Authentication in WebAPI hosted on Azure
We have a webapi hosted on azure, we need to enable TLS Mutual Authentication.
My question is, how do I restrict the calls to only allow requests coming from one (or set of) certificates that I know ...