Skip to content

Commit 03ef2b0

Browse files
unatasha8zepatrik
authored andcommitted
Update docs/oauth2-oidc/device-authorization.mdx
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
1 parent ac20e11 commit 03ef2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Device authorization flow
77
The OAuth 2.0 Device Authorization Grant (RFC 8628) brings OAuth to devices with internet connectivity but limited input
88
capabilities. This flow is designed for smart TVs, streaming devices, IoT hardware, printers, remote terminal sessions, AI agents, and other connected devices
99
where typing credentials or opening a browser isn't practical or possible. Here's how it works: the device to be authenticated displays a URL and a short code, prompting
10-
you to open that URL on your phone or computer to authorize access. The two devices don't need to communicate directly—the authorization
10+
you to open that URL on your phone or computer to authorize access. After successful authorization, the device will get an access and (optionally) a refresh token. The two devices don't need to communicate directly—the authorization
1111
happens through the OAuth provider.
1212

1313
This document provides an overview of the Ory's device authorization grant flow, with a step-by-step example of its implementation, configuration

0 commit comments

Comments
 (0)