From 9667a5b4ff17677ce14c01c494eec437ff59a45d Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 25 Dec 2025 17:21:52 +0000 Subject: [PATCH] Update documentation and example values --- examples/values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/values.yaml b/examples/values.yaml index 6f9112a..b55ec98 100644 --- a/examples/values.yaml +++ b/examples/values.yaml @@ -43,9 +43,13 @@ global: tenantId: "" clientId: "" clientSecret: "" + # -- Audience for token validation (defaults to api:// if not set) + # This must match the Application ID URI in your App Registration + audience: "" scopes: "access_as_user" - # -- Azure SDK scope for client credentials flow (e.g., api://activityregistry/.default) + # -- Azure SDK scope for client credentials flow (defaults to api:///.default if not set) # Used by activities for service-to-service authentication + # Must match the audience with /.default suffix scope: "" # -- Database configuration