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: dsl-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1249,7 +1249,7 @@ Defines the fundamentals of an 'oauth2' authentication.
1249
1249
1250
1250
| Name | Type | Required | Description |
1251
1251
|:-----|:----:|:--------:|:------------|
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. |
1253
1253
| endpoints.token | `uri-template` | `no` | The relative path to the endpoint for OAUTH2 token requests.<br>Defaults to `/oauth2/token`. |
1254
1254
| endpoints.revocation | `uri-template` | `no` | The relative path to the endpoint used to invalidate tokens.<br>Defaults to `/oauth2/revoke`. |
1255
1255
| 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