Skip to content

Commit 9832c88

Browse files
mention source of a couple OAuth settings in validator-compose docs [static]
addresses global-synchronizer-foundation/docs#24 (comment) Signed-off-by: Stephen Compall <[email protected]>
1 parent 8cd6ea2 commit 9832c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/validator_operator/validator_compose.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ AUTH_URL The URL of your OIDC provider for obtaining the ``
185185
AUTH_JWKS_URL The URL of your OIDC provider for obtaining the ``jwks.json``, will typically be ``${AUTH_URL}/.well-known/jwks.json``.
186186
AUTH_WELLKNOWN_URL The URL of your OIDC provider for obtaining the ``openid-configuration``, will typically be ``${AUTH_URL}/.well-known/openid-configuration``.
187187
LEDGER_API_AUTH_AUDIENCE The audience for the participant ledger API. e.g. ``https://ledger_api.example.com``.
188-
LEDGER_API_AUTH_SCOPE The scope for the participant ledger API. Optional
188+
This should match the ``ledger-api.auth-services.target-audience`` configuration for the participant, or its documented default if no explicit setting is made.
189+
LEDGER_API_AUTH_SCOPE The scope for the participant ledger API, as set in the participant's ``ledger-api.auth-services.target-scope`` configuration. Optional
189190
VALIDATOR_AUTH_AUDIENCE The audience for the validator backend API. e.g. ``https://validator.example.com``.
190191
VALIDATOR_AUTH_CLIENT_ID The client id of the OAuth app for the validator app backend.
191192
VALIDATOR_AUTH_CLIENT_SECRET The client secret of the OAuth app for the validator app backend.

0 commit comments

Comments
 (0)