Skip to content

Commit 140f1b6

Browse files
committed
clarify docs regarding auth methods
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 1a0862b commit 140f1b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.author: hannahhunter
55
author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 08/02/2024
8+
ms.date: 08/28/2024
99
---
1010

1111
# Enable token authentication for Dapr requests
@@ -30,7 +30,9 @@ You can use this token to authenticate that calls coming into your application a
3030

3131
# [With Dapr SDKs](#tab/sdk)
3232

33-
If you're using a [Dapr SDK](https://docs.dapr.io/developing-applications/sdks/), the Dapr SDKs automatically 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.
33+
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.
34+
35+
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.
3436

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

0 commit comments

Comments
 (0)