Skip to content

Commit efac038

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

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
@@ -1250,7 +1250,7 @@ Defines the fundamentals of an 'oauth2' authentication.
12501250
| Name | Type | Required | Description |
12511251
|:-----|:----:|:--------:|:------------|
12521252
| authority | `uri-template` | `yes` | The URI that references the authority to use when making OAuth2 calls. |
1253-
| endpoints.token | `uri-template` | `no` | The relative path to the endpoint for OAUTH2 token requests.<br>Defaults to `/oauth2/token`. |
1253+
| 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`. |
12561256
| grant | `string` | `yes` | The grant type to use.<br>Supported values are `authorization_code`, `client_credentials`, `password`, `refresh_token` and `urn:ietf:params:oauth:grant-type:token-exchange`. |

0 commit comments

Comments
 (0)