Questions tagged [certificate-authentication]

4 questions
0
votes
1 answer

Sending an HTTPS Request from an Azure Function to an external Web Service using a Certificate

A hearty hello to everyone! I have set up an Azure Function App (S1 SKU) and I am trying to use one of the functions as a client that sends an HTTPS-Request to another web server (API). I do this using the Powershell Cmdlet Invoke-RestMethod which I…
0
votes
1 answer

Accessing Active Directory username when using Certification Authentication

I'm converting an ASP.NET 4.5 project to ASP.NET Core 7 and having issues using with authentication. It's hosted on Windows Server 2016 not using any Azure services. In ASP.NET 4.5, I used HttpContext.Current.User and it would return the Active…
0
votes
2 answers

Access Denied error on mutual authentication in Application Gateway v2 and Azure App Service

Ref1: enter link description here Ref2: enter link description here I've implemented mutual (certificate) authentication and I hosted my app on the Azure App service. When I open directly my app URL…
0
votes
0 answers

.Net 6 API - Certificate Authentication - Not working 403 response received

I am working on an Azure Function that needs to send a certificate to an API that will authenticate the request and return the data accordingly. I am successfully getting the certificate from Azure Key Vault as a X509Certificate2. This is making a…