From ca21f3a18006acef1e94e634bc48bd2aee5a8617 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Wed, 14 Aug 2024 16:15:27 +0200 Subject: [PATCH] Update dsl-reference.md Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- dsl-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-reference.md b/dsl-reference.md index 27fb3908..b3086464 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -1249,7 +1249,7 @@ Defines the fundamentals of an 'oauth2' authentication. | Name | Type | Required | Description | |:-----|:----:|:--------:|:------------| -| authority | `uri-template` | `yes` | The URI that references the authority to use when making OAUTH2 calls. | +| authority | `uri-template` | `yes` | The URI that references the authority to use when making OAuth2 calls. | | endpoints.token | `uri-template` | `no` | The relative path to the endpoint for OAUTH2 token requests.
Defaults to `/oauth2/token`. | | endpoints.revocation | `uri-template` | `no` | The relative path to the endpoint used to invalidate tokens.
Defaults to `/oauth2/revoke`. | | endpoints.introspection | `uri-template` | `no` | The relative path to the endpoint used to validate and obtain information about a token, typically to check its validity and associated metadata.
Defaults to `/oauth2/introspect`. |