You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/validator_operator/validator_compose.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,8 @@ AUTH_URL The URL of your OIDC provider for obtaining the ``
185
185
AUTH_JWKS_URL The URL of your OIDC provider for obtaining the ``jwks.json``, will typically be ``${AUTH_URL}/.well-known/jwks.json``.
186
186
AUTH_WELLKNOWN_URL The URL of your OIDC provider for obtaining the ``openid-configuration``, will typically be ``${AUTH_URL}/.well-known/openid-configuration``.
187
187
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
189
190
VALIDATOR_AUTH_AUDIENCE The audience for the validator backend API. e.g. ``https://validator.example.com``.
190
191
VALIDATOR_AUTH_CLIENT_ID The client id of the OAuth app for the validator app backend.
191
192
VALIDATOR_AUTH_CLIENT_SECRET The client secret of the OAuth app for the validator app backend.
0 commit comments