Skip to content

Commit e8bc400

Browse files
msewawerupeombwa
andauthored
Update microsoftgraph/docs-conceptual/authentication-commands.md
Co-authored-by: Peter Ombwa <[email protected]>
1 parent 9c2bffd commit e8bc400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/docs-conceptual/authentication-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are three ways to allow delegated access using `Connect-MgGraph`:
4343
4444
#### Using client credential with a certificate
4545
46-
To use app-only access, the certificate is loaded from *Cert:\CurrentUser\My\\* when `-CertificateThumbprint` or `-CertificateName` is specified. Make sure that the certificate you're using is present in the store before calling `Connect-MgGraph`. For more info, see [Use app-only authentication with the Microsoft Graph PowerShell SDK](app-only.md).
46+
To use app-only access, the certificate is loaded from either *Cert:\CurrentUser\My\\* or *Cert:\LocalMachine\My\\* when `-CertificateThumbprint` or `-CertificateName` is specified. Make sure that the certificate you're using is present in either certificate store before calling `Connect-MgGraph`. For more info, see [Use app-only authentication with the Microsoft Graph PowerShell SDK](app-only.md).
4747
4848
- Using Certificate Thumbprint:
4949

0 commit comments

Comments
 (0)