Skip to content

Commit 0fc2a2a

Browse files
committed
text
1 parent 4ea04f9 commit 0fc2a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Secure web applications require a backend and store access tokens somewhere on t
258258
APIs sometimes require user data from downstream APIs on behalf of the user authenticated in the calling application. The API could just implement an OAuth client credentials flow, but this would mean a full trust between the two API applications. A better way to implement this would be to use a zero-trust strategy and use a delegated user access token. For this to work, the API requires access for the new identity, the user calling the application and the API itself. There are fours ways to implement this:
259259

260260
### Use OAuth 2.0 Token Exchange to request a new delegated access token
261-
This is a great way to implement this requirement but is complicated if you must implement this requirement yourself.
261+
This is a great way to implement this requirement but is complicated if you must implement the OAuth flow yourself.
262262

263263
See [OAuth 2.0 Token Exchange](https://datatracker.ietf.org/doc/html/rfc8693)
264264

0 commit comments

Comments
 (0)