Skip to content

Commit 329b282

Browse files
unatasha8vinckr
authored andcommitted
chore: Update user code entropy configuration details
Clarified the description of user code entropy options and their implications for user entry.
1 parent 8d3c500 commit 329b282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ urls:
7676

7777
### Configuring user code entropy
7878

79-
Depending on your security needs and your traffic load, you may wish to enhance your `user_code` entropy. The Ory Hydra
79+
Depending on your security needs and your traffic load, you should choose the appropriate `user_code` entropy. The
8080
`oauth2.device_authorization.user_code_entropy` configuration supports 3 values:
8181

8282
- `high`: `user_code` is 8 characters long and consists of alphanumeric characters, excluding some ambiguous symbols
83-
- `medium`: `user_code` is 8 characters long and consists of upper case letter
84-
- `low`: `user_code` is 9 characters long and consists of numbers
83+
- `medium`: `user_code` is 8 characters long and consists of only upper case alphabetic characters
84+
- `low`: `user_code` is 9 characters long and consists of only numberic characters
8585

86-
Keep in mind that higher entropy may make it harder for the user to enter the user code.
86+
As users will need to manually enter the user code, the higher the entropy, the more difficult it will be for the user to enter the user code.
8787

8888
## Device verification UI implementation
8989

0 commit comments

Comments
 (0)