Skip to content

Commit 49c4b0d

Browse files
committed
Update managed-identity.md
1 parent 6feee76 commit 49c4b0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msal-python-conceptual/advanced/managed-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ In both system- and user-assigned identities, developers need to use <xref:msal.
5454
System-assigned managed identities can be used by instantiating <xref:msal.managed_identity.SystemAssignedManagedIdentity> and passing to <xref:msal.managed_identity.ManagedIdentityClient>.
5555

5656
>[!NOTE]
57-
>You also need to pass a `http_client` reference.
57+
>You also need to pass a `http_client` reference, which can be set to `requests.Session()`, which keeps track of a pool of connections to the IMDS endpoint.
58+
59+
You can specify the target resource scope when calling [`acquire_token_for_client`](xref:msal.managed_identity.ManagedIdentityClient.acquire_token_for_client).
5860

5961
```python
6062
import msal

0 commit comments

Comments
 (0)