Update documentation and example values

This commit is contained in:
Gitea Actions
2025-12-25 17:21:52 +00:00
parent 0d9ba5a6d1
commit 9667a5b4ff

View File

@@ -43,9 +43,13 @@ global:
tenantId: ""
clientId: ""
clientSecret: ""
# -- Audience for token validation (defaults to api://<clientId> 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://<clientId>/.default if not set)
# Used by activities for service-to-service authentication
# Must match the audience with /.default suffix
scope: ""
# -- Database configuration