From 946f988fc2a345fccfea01b292754ab8ac7baf0b Mon Sep 17 00:00:00 2001 From: Jonathan Collinge Date: Mon, 19 May 2025 08:03:55 +0100 Subject: [PATCH] Add audiences to access control struct docs Signed-off-by: Jonathan Collinge --- daprdocs/content/en/operations/configuration/invoke-allowlist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daprdocs/content/en/operations/configuration/invoke-allowlist.md b/daprdocs/content/en/operations/configuration/invoke-allowlist.md index f9afe0299..62c3d9b62 100644 --- a/daprdocs/content/en/operations/configuration/invoke-allowlist.md +++ b/daprdocs/content/en/operations/configuration/invoke-allowlist.md @@ -40,6 +40,7 @@ The following tables lists the different properties for access control, policies |---------------|--------|-------------| | `defaultAction` | string | Global default action when no other policy is matched | `trustDomain` | string | Trust domain assigned to the application. Default is "public". +| `audiences` | string | A list of audiences for the application's identity JWT. | `policies` | string | Policies to determine what operations the calling app can do on the called app ### Policies