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
Copy file name to clipboardexpand all lines: articles/_includes/_web_origins.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,4 @@
2
2
3
3
### Configure Allowed Web Origins
4
4
5
-
You need to add the URL for your app to the **Allowed Web Origins** field in your <ahref="${manage_url}/#/applications/${account.clientId}/settings"target="_blank"rel="noreferrer">pplication Settings</a>
6
-
7
-
[Application Settings](${manage_url}/#/applications/${account.clientId}/settings). If you don't register your application URL here, the application will be unable to silently refresh the authentication tokens and your users will be logged out the next time they visit the application, or refresh the page.
5
+
You need to add the URL for your app to the **Allowed Web Origins** field in your <ahref="${manage_url}/#/applications/${account.clientId}/settings"target="_blank"rel="noreferrer">Application Settings</a>. If you don't register your application URL here, the application will be unable to silently refresh the authentication tokens and your users will be logged out the next time they visit the application, or refresh the page.
Copy file name to clipboardexpand all lines: articles/flows/guides/device-auth/includes/index.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Auth0 makes it easy for your app to implement the Device Authorization flow usin
10
10
11
11
**Before beginning this tutorial:**
12
12
13
-
* Check <ahref="#limitations"target="_blank"rel="noreferrer">limitations</a> to be sure the Device Authorization flow is suitable for your implementation.
13
+
* Check [limitations](#limitations) to be sure the Device Authorization flow is suitable for your implementation.
14
14
15
15
* <ahref="/dashboard/guides/applications/register-app-native"target="_blank"rel="noreferrer">Register the Application with Auth0</a>.
16
16
* Select an **Application Type** of **Native**.
@@ -28,17 +28,17 @@ Auth0 makes it easy for your app to implement the Device Authorization flow usin
28
28
29
29
## Steps
30
30
31
-
1.<ahref="#request-device-code"target="_blank"rel="noreferrer">Request device code</a> (Device Flow): Request a device code that the user can use to authorize the device.
32
-
2.<ahref="#request-device-activation"target="_blank"rel="noreferrer">Request device activation</a> (Device Flow): Request that the user authorize the device using their laptop or smartphone.
33
-
3.<ahref="#request-tokens"target="_blank"rel="noreferrer">Request Tokens</a> (Device Flow): Poll the token endpoint to request a token.
34
-
4.<ahref="#user-authorization"target="_blank"rel="noreferrer">User authorization</a> (Browser Flow): The user authorizes the device, so the device can receive tokens.
35
-
5.<ahref="#receive-tokens"target="_blank"rel="noreferrer">Receive Tokens</a> (Device Flow): After the user successfully authorizes the device, receive tokens.
36
-
6.<ahref="#call-your-api"target="_blank"rel="noreferrer">Call your API</a> (Device Flow): Use the retrieved Access Token to call your API.
37
-
7.<ahref="#refresh-tokens"target="_blank"rel="noreferrer">Refresh Tokens</a> (Device Flow): Use a Refresh Token to request new tokens when the existing ones expire.
31
+
1.[Request device code](#request-device-code) (Device Flow): Request a device code that the user can use to authorize the device.
32
+
2.[Request device activation](#request-device-activation) (Device Flow): Request that the user authorize the device using their laptop or smartphone.
33
+
3.[Request Tokens](#request-tokens) (Device Flow): Poll the token endpoint to request a token.
34
+
4.[User authorization](#user-authorization) (Browser Flow): The user authorizes the device, so the device can receive tokens.
35
+
5.[Receive Tokens](#receive-tokens) (Device Flow): After the user successfully authorizes the device, receive tokens.
36
+
6.[Call your API](#call-your-api) (Device Flow): Use the retrieved Access Token to call your API.
37
+
7.[Refresh Tokens](#refresh-tokens) (Device Flow): Use a Refresh Token to request new tokens when the existing ones expire.
38
38
39
-
Optional: <ahref="#sample-use-cases"target="_blank"rel="noreferrer">Explore Sample Use Cases</a>
39
+
Optional: [Explore Sample Use Cases](#sample-use-cases)
0 commit comments