Skip to content

Commit ca21f3a

Browse files
Update dsl-reference.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 11baa9e commit ca21f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ Defines the fundamentals of an 'oauth2' authentication.
12491249

12501250
| Name | Type | Required | Description |
12511251
|:-----|:----:|:--------:|:------------|
1252-
| authority | `uri-template` | `yes` | The URI that references the authority to use when making OAUTH2 calls. |
1252+
| authority | `uri-template` | `yes` | The URI that references the authority to use when making OAuth2 calls. |
12531253
| endpoints.token | `uri-template` | `no` | The relative path to the endpoint for OAUTH2 token requests.<br>Defaults to `/oauth2/token`. |
12541254
| endpoints.revocation | `uri-template` | `no` | The relative path to the endpoint used to invalidate tokens.<br>Defaults to `/oauth2/revoke`. |
12551255
| 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.<br>Defaults to `/oauth2/introspect`. |

0 commit comments

Comments
 (0)