Skip to content

Commit

Permalink
adding cert: option to spn auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dgosbell committed Sep 8, 2024
1 parent 555c283 commit ed854e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/command-line/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are 2 environment variables that dscmd is aware of:

## Authenticating as service principal

To use the `ClientID` and `Secret` to login as a service principal you need to use the following format `app:<clientId>@<tenantId>` as the user value and the secret as the password value.
To use the `ClientID` and `Secret` to login as a service principal you need to use the following format `app:<clientId>@<tenantId>` as the user value and the `secret` or `cert:<thumbprint>` as the password value.

eg. *note: these are fake random values for illustration purposes only*
```
Expand Down

0 comments on commit ed854e8

Please sign in to comment.