Skip to content

Commit 4fae7fc

Browse files
authored
chore: clarify sp login-mode precedence (#692)
1 parent a172482 commit 4fae7fc

File tree

1 file changed

+5
-0
lines changed
  • docs/book/src/concepts/login-modes

1 file changed

+5
-0
lines changed

docs/book/src/concepts/login-modes/sp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The supported credentials are password and pfx client certificate.
55

66
The token will not be cached on the filesystem.
77

8+
```text
9+
When AAD_SERVICE_PRINCIPAL_CLIENT_ID and AZURE_CLIENT_ID both exists,
10+
AZURE_CLIENT_ID takes precedence.
11+
```
12+
813
## Usage Examples
914

1015
### Client secret in environment variable

0 commit comments

Comments
 (0)