Skip to content

Commit bf98667

Browse files
committed
Addressing PR comments
1 parent 8e75e49 commit bf98667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msal/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,10 +642,10 @@ def acquire_token_for_client(self, scopes, **kwargs):
642642
def acquire_token_on_behalf_of(self, user_assertion, scopes, **kwargs):
643643
"""Acquires token using on-behalf-of (OBO) flow.
644644
645-
The current app is a middle-tier service which already receives a token
645+
The current app is a middle-tier service which was called with a token
646646
representing an end user.
647647
The current app can use such token (a.k.a. a user assertion) to request
648-
another token to access downstream service, on behalf of that user.
648+
another token to access downstream web API, on behalf of that user.
649649
See `detail docs here <https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow>`_ .
650650
651651
The current middle-tier app has no user interaction to obtain consent.

0 commit comments

Comments
 (0)