Skip to content

Commit 4bd8f45

Browse files
Update articles/active-directory/develop/scenario-web-api-call-api-app-configuration.md
Co-authored-by: Chris Werner <[email protected]>
1 parent e8c7bb1 commit 4bd8f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-api-call-api-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
145145
// ...
146146
```
147147

148-
Note that`.EnableTokenAcquisitionToCallDownstreamApi` is called without any parameter, which means that the access token will be acquired just in time as the controller requests the token by specifying the scope.
148+
Note that `.EnableTokenAcquisitionToCallDownstreamApi` is called without any parameter, which means that the access token will be acquired just in time as the controller requests the token by specifying the scope.
149149

150150
The scope can also be passed in when calling the `.EnableTokenAcquisitionToCallDownstreamApi` which would make the web app to acquire the token during the initial user login itself and then the token will be served from the cache when controller requests it.
151151

0 commit comments

Comments
 (0)