You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion to support specifying the thumbprint of certificate to be used for certificate based authentication. This would be in addition to (or replacing) the option for certificate name. If I'm not mistaken the certificate name could be the same across many different certificates (like a display name) vs. the thumbprint which uniquely identifies the certificate (like an identifier).
@darrelmiller, as part of this work, should we expose an optional -CertificatePath parameter to Connect-Graph cmdlet? This will be used for scenarios where a customer would like to use a certificate in a different path other than cert:\CurrentUser\My. The default path will still be cert:\CurrentUser\My when -CertificatePath is not specified.
@darrelmiller, this was in relation to this issue #52 where the customer typically stores their certs in cert:\LocalMachine\My.
Nearly all tools (Azure SDK, AzureAD docs) make the assumption that certs will be stored in cert:\CurrentUser\My. For consistency purposes with other tools, we can maintain the implementation as it is and only use cert:\CurrentUser\My.
Uh oh!
There was an error while loading. Please reload this page.
Suggestion to support specifying the thumbprint of certificate to be used for certificate based authentication. This would be in addition to (or replacing) the option for certificate name. If I'm not mistaken the certificate name could be the same across many different certificates (like a display name) vs. the thumbprint which uniquely identifies the certificate (like an identifier).
Ex. Connect-Graph -ClientId "[clientId]" -TenantId "[tenantId]" -CertificateThumbprint "[certThumbprint]"
The text was updated successfully, but these errors were encountered: