Update documentation and example values
This commit is contained in:
@@ -43,9 +43,13 @@ global:
|
|||||||
tenantId: ""
|
tenantId: ""
|
||||||
clientId: ""
|
clientId: ""
|
||||||
clientSecret: ""
|
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"
|
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
|
# Used by activities for service-to-service authentication
|
||||||
|
# Must match the audience with /.default suffix
|
||||||
scope: ""
|
scope: ""
|
||||||
|
|
||||||
# -- Database configuration
|
# -- Database configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user