microsoftgraph / aspnetcore-connect-sample

[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.
MIT License
123 stars 96 forks source link

Need example for using a certificate to authenticate #32

Closed RayGHeld closed 5 years ago

RayGHeld commented 5 years ago

I need an example of how to authenticate using a certificate in this project please.

mark-szabo commented 5 years ago

Hi @RayGHeld, can you please check this sample? https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-certificate-credential

Let me know whether you were able to implement certificate auth based on these samples!

mark-szabo commented 5 years ago

Please reopen the issue if you need more information!