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: main/docs/customize/integrations/integrate-with-vercel.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Integrate with Vercel
3
3
description: Integrate Auth0 into your Vercel application
4
4
---
5
5
6
-
Auth0 is the leading identity and access management platform for securing your apps and agentic workflows. Set up and customize your login box without having to build from scratch. Then extend and scale your authentication and authorization flows with advanced features, including [B2B Organizations](/docs/manage-users/organizations), [Fine-Grained Authorization (FGA)](/docs/secure/fine-grained-authorization), [Auth0 for AI Agents](https://auth0.com/ai/docs), and more.
6
+
Auth0 is the leading identity and access management platform for securing your apps and agentic workflows. Set up and customize your login box without having to build from scratch. Then extend and scale your authentication and authorization flows with advanced features, including [B2B Organizations](/docs/manage-users/organizations), [Fine-Grained Authorization (FGA)](https://docs.fga.dev/), [Auth0 for AI Agents](https://auth0.com/ai/docs), and more.
7
7
8
8
Auth0's Vercel native integration enables:
9
9
@@ -21,7 +21,7 @@ Before you begin, make sure you have:
21
21
* A Next.js application using the latest [Auth0 Next.js SDK](/docs/quickstart/webapp/nextjs), or
22
22
* A React application using the latest [Auth0 React SDK](/docs/quickstart/spa/react)
23
23
24
-
After you've installed the integration, [enable iframe embedding](/docs/customize/universal-login/configure-embeddable-universal-login) to allow Universal Login or Classic Login to load in an iframe, as required by Vercel.
24
+
After you've installed the integration, [enable iframe embedding](/docs/customize/login-pages/manage-core-configuration#iframe-embedding) to allow Universal Login or Classic Login to load in an iframe, as required by Vercel.
25
25
26
26
## Install integration
27
27
@@ -43,7 +43,9 @@ The Getting started section in the Vercel Dashboard shows a quickstart to get yo
43
43
44
44
To get started with Auth0's Vercel native integration, follow the instructions in the Vercel Dashboard to create and deploy your application.
45
45
46
-
<Note>You can only configure environment variables in a production environment.</Note>
You can only configure environment variables in a production environment.
48
+
</Callout>
47
49
48
50
### Manage your application settings
49
51
@@ -78,7 +80,7 @@ To manage the integration from your Vercel dashboard, select the **Integration**
78
80
79
81
### Invoices
80
82
81
-
On the **Invoices** page, view a list of invoices related to your Auth0 integration. To learn more about invoices, read [Billing & Invoices](https://vercel.com/docs/accounts/plans/manage-your-billing-information#billing-and-invoices).
83
+
On the **Invoices** page, view a list of invoices related to your Auth0 integration. To learn more about invoices, read [Billing & Invoices](https://vercel.com/docs/pricing/understanding-my-invoice).
0 commit comments