From ed854e814171f65736e43775eae9148368474700 Mon Sep 17 00:00:00 2001 From: Darren Gosbell Date: Mon, 9 Sep 2024 08:58:23 +1000 Subject: [PATCH] adding cert: option to spn auth --- docs/features/command-line/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/command-line/authentication.md b/docs/features/command-line/authentication.md index f560fd81..22fbd4e3 100644 --- a/docs/features/command-line/authentication.md +++ b/docs/features/command-line/authentication.md @@ -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:@` 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:@` as the user value and the `secret` or `cert:` as the password value. eg. *note: these are fake random values for illustration purposes only* ```