We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a172482 commit 4fae7fcCopy full SHA for 4fae7fc
docs/book/src/concepts/login-modes/sp.md
@@ -5,6 +5,11 @@ The supported credentials are password and pfx client certificate.
5
6
The token will not be cached on the filesystem.
7
8
+```text
9
+When AAD_SERVICE_PRINCIPAL_CLIENT_ID and AZURE_CLIENT_ID both exists,
10
+AZURE_CLIENT_ID takes precedence.
11
+```
12
+
13
## Usage Examples
14
15
### Client secret in environment variable
0 commit comments