Skip to content

Commit 6d7f78f

Browse files
committed
improve text
1 parent 1ad7588 commit 6d7f78f

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
@@ -28,7 +28,7 @@ This article covers the following areas:
2828

2929
Is this really authentication?
3030

31-
Using bearer tokens as the authentication method is not really authentication but more authorization. The authentication is implemented when requesting access tokens for the first time in a UI application. This can also be described as delegated authorization. Using bearer tokens, you do not know who or what sent the access token and you do not know how the access token was acquired. The application can only say if the token is valid to use the requested API.
31+
Using bearer tokens as the authentication method is not really authentication but more authorization. Authentication is implemented when requesting access tokens for the first time in a UI application. Requesting data in an API can be described as delegated authorization. Using bearer tokens, you do not know who or what sent the access token and you do not know how the access token was acquired. The application can only say if the token is valid to use the requested API.
3232

3333
## Token types
3434

0 commit comments

Comments
 (0)