You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Create a [user account]({{base_path}}/guides/users/manage-users/).
12
12
13
+
{% if product_name == "WSO2 Identity Server" %}
13
14
3. (Optional) Update device flow configurations.
14
15
15
16
??? note "Device flow configurations"
16
17
The device authorization grant is available by default in WSO2 Identity Server. If you need to update configurations, navigate to `<IS_HOME>/repository/conf/deployment.toml` and update the configurations in `[oauth.grant_type.device_code]` section as required.
| `polling_interval` | The minimum delay of the client between each polling request to the token endpoint. |
31
32
| `key_set` | The set of characters that is used to generate the user code. |
32
33
34
+
{% endif %}
35
+
33
36
## Get the required codes
34
37
First, your app must initiate a login request to the authorization endpoint of {{ product_name }}. After redirecting to {{ product_name }}, the user should be prompted with a login page if the user is not authenticated.
35
38
@@ -44,7 +47,7 @@ First, your app must initiate a login request to the authorization endpoint of {
Upon successful execution of the request, the WSO2 Identity Server returns the `user_code`, `devicce_code` and the `verification_uri` to the client device.
62
+
Upon successful execution of the request, the {{ product_name }} returns the `user_code`, `device_code` and the `verification_uri` to the client device.
0 commit comments