skip to Main Content

Azure ClientCertificateCredential – Using SNI

I'm trying to authenticate to an Azure AD Application using ClientCertificateCredential (in C#): using Azure.Identity; var credential = new ClientCertificateCredential("TenantId", "AppId", @"pathtocert.pfx"); on the application, I had configured the certificate's SNI as a trusted certificated: "trustedCertificateSubjects": [ { "authorityId": "auth…

VIEW QUESTION

SPA API MS Azure SSO

I have an angular frontend and a laravel api backend on different domains using username/password login with jwt token. I have integrated Microsoft Azure AD login with oauth using the following: I have registered the app in Azure, specified my…

VIEW QUESTION
Back To Top
Search