File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments