Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Jul 6, 2024
1 parent 3d80726 commit 9ad2ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def _build_client(self, client_credential, authority, skip_regional_client=False
lambda: ManagedIdentityClient(
client_credential, self.http_client,
).acquire_token_for_client(
resource="api://AzureADTokenExchange",
resource="api://AzureADTokenExchange", # TODO: Customizable
).get("access_token"),
expires_in=3600, # Managed Identity token expires in 1 hour
)
Expand Down

0 comments on commit 9ad2ad2

Please sign in to comment.