Skip to content

Commit 0facf9b

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

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-
Please do note that, in the above code snippets `.EnableTokenAcquisitionToCallDownstreamApi` is called without any parameter which means, 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
You could also pass-in the scope 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)