Skip to content

Commit d6e798a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ After the user grants their consent, the authentication server sends an access t
101101

102102
To enable and configure the device authorization grant in Ory Hydra, adjust the following settings in your configuration file:
103103

104-
```
104+
```yaml
105105
urls:
106106
device:
107+
# The verification UI is where the user inputs the user-code
107108
verification: http://path/to/device/verification/ui
109+
# The success UI is where the user is sent to after successful authorization
108110
success: http://path/to/device/success
109111
```
110112

0 commit comments

Comments
 (0)