Skip to content

Commit 4a42b49

Browse files
committed
art3-1
1 parent 5ae3c15 commit 4a42b49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/container-apps/dapr-authentication-token.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ You can use this token to authenticate that calls coming into your application a
3030

3131
## Authenticate requests from Dapr
3232

33-
# [With Dapr SDKs](#tab/sdk)
33+
# [With a Dapr SDK](#tab/sdk)
3434

35-
If you're using a [Dapr SDK](https://docs.dapr.io/developing-applications/sdks/), you can use the Dapr authentication methods provided in the open-source SDK repositories.
35+
If you're using a [Dapr Software Development Kit (SDK)](https://docs.dapr.io/developing-applications/sdks/), you can use the Dapr authentication methods provided in the open-source SDK repositories.
3636

37-
Once added to your project, the Dapr SDKs validates the token in all incoming requests from Dapr, rejecting calls that don't include the correct token. You don't need to perform any other action.
37+
Once added to your project, the Dapr SDK validates the token in all incoming requests from Dapr, rejecting calls that don't include the correct token. You don't need to perform any other action.
3838

3939
Incoming requests that don't include the token, or include an incorrect token, are rejected automatically.
4040

4141
# [Without an SDK](#tab/nosdk)
4242

43-
If you're not using a Dapr SDK, you need to check the HTTP header or gRPC metadata property in all incoming requests in order to validate that they're created by the Dapr sidecar.
43+
If you're not using a Dapr SDK, you need to check the HTTP header or gRPC metadata property in all incoming requests and validate that the Dapr sidecar created the request.
4444

4545
### HTTP
4646

0 commit comments

Comments
 (0)