Skip to content

Commit 8664923

Browse files
baywetCopilot
andcommitted
docs: add deviceAuthorization extension guidance
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f5d0cdd commit 8664923

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

registries/_extension/x-oai-deviceAuthorization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ layout: default
99
---
1010

1111
{% capture summary %}
12-
OpenAPI 3.2 introduced the `deviceAuthorization` field on OAuth Flows Objects to define a device authorization OAuth2 flow.
12+
OpenAPI 3.2 introduced the [`deviceAuthorization`](https://spec.openapis.org/oas/v3.2.0.html#oauth-flows-device-authorization) field on OAuth Flows Objects to define a device authorization OAuth2 flow.
1313

1414
The `x-oai-deviceAuthorization` extension brings this same capability to OpenAPI versions prior to 3.2, allowing you to define a device authorization OAuth2 flow.
1515

16+
Use this extension only with OpenAPI versions before 3.2; OpenAPI 3.2 and later define `deviceAuthorization` directly.
17+
1618
It can appear as a property in the following objects: `{{page.objects|jsonify}}`.
1719

1820
Used by: (informational)

0 commit comments

Comments
 (0)