microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
55 stars 59 forks source link

AsymmetricKeyCredential in csr-validation unsupported? #102

Open wallenborn opened 3 years ago

wallenborn commented 3 years ago

The IntuneClient class seems to only support ClientCredential. We would like to do certificate-based authentication, using AsymmetricKeyCredential. This seems to be straight-forward, but i wonder if there is a reason only the ClientCredential path is implemented?