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: call-apis-on-users-behalf/others-api/langchain-react-spa-js/README.md
+4-45Lines changed: 4 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,51 +131,10 @@ Auth0's Token Vault enables the LangGraph API to exchange a SPA's access token f
131
131
5.**Define a Multi-Resource Refresh Token policy for your SPA Application**
132
132
- After your SPA Application has been granted access to the My Account API, you will also need to leverage the [Multi-Resource Refresh Token](https://auth0.com/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token) feature, where the refresh token delivered to your SPA will allow it to obtain an access token to call My Account API.
133
133
- This will require defining a new [refresh token policy](https://auth0.com/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token/configure-and-implement-multi-resource-refresh-token) for your SPA Application where the `audience` is `https://<your auth0 domain>/me/` and the `scope` should include at least the `"create:me:connected_accounts"` scope.
134
-
- The documentation page explains how to achieve this using various tools, but here is an example showing how to do it with `curl`:
Copy file name to clipboardExpand all lines: call-apis-on-users-behalf/others-api/vercel-react-spa-js/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,10 @@ You will need the following prerequisites to run this app:
84
84
5. Define a Multi-Resource Refresh Token policy for your SPA Application:
85
85
- After your SPA Application has been granted access to the My Account API, you will also need to leverage the [Multi-Resource Refresh Token](https://auth0.com/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token) feature, where the refresh token delivered to your SPA will allow it to obtain an access token to call My Account API.
86
86
- This will require defining a new [refresh token policy](https://auth0.com/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token/configure-and-implement-multi-resource-refresh-token) for your SPA Application where the `audience` is `https://<your auth0 domain>/me/` and the `scope` should include at least the `"create:me:connected_accounts"` scope.
87
-
- The documentation page explains how to achieve this using various tools, but here is an example showing how to do it with `curl`:
87
+
- Setup steps:
88
+
- In your Auth0 Dashboard, go to Applications, and open the Settings for your SPA application created at step 1.
89
+
- Under the "Multi-Resource Refresh Token" section, click "Edit Configuration".
0 commit comments