Skip to content

Commit 6511171

Browse files
unatasha8vinckr
authored andcommitted
chore: Added image for device authorization flow
Added an image to illustrate the device authorization flow.
1 parent 6730380 commit 6511171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Here is the high-level overview for the device authorization grant flow:
2424
1. In the meantime, the device polls the authorization server. Once the user authenticates and grants access, the authenicaton server
2525
sends an access token to the device, which is used to access the protected resource.
2626

27+
![Device authorization flow](/_static/deviceAuthFlow.png)
28+
2729
### Step 1: Device requests authorization
2830

2931
The user attempts to log in through the limited input device. The device sends a POST request to the authorization server to initiate

0 commit comments

Comments
 (0)