From adfe7fcf79edf823c404ac4179a5173536b22002 Mon Sep 17 00:00:00 2001 From: David Patrick Date: Wed, 24 Sep 2025 14:21:33 -0700 Subject: [PATCH 1/3] chore: changing the onboarding app --- auth4genai/components.mdx | 2 +- auth4genai/docs.json | 4 ++-- auth4genai/intro/overview.mdx | 2 +- .../snippets/get-started/prerequisites/account-app-steps.jsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auth4genai/components.mdx b/auth4genai/components.mdx index d9cc70d6e..2873f8f4b 100644 --- a/auth4genai/components.mdx +++ b/auth4genai/components.mdx @@ -63,7 +63,7 @@ print(baz) ## Developer Preview Banner -} title="Developer Preview Program"> +} title="Developer Preview Program"> Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future. diff --git a/auth4genai/docs.json b/auth4genai/docs.json index c52ebaa56..aab6e0241 100644 --- a/auth4genai/docs.json +++ b/auth4genai/docs.json @@ -277,13 +277,13 @@ "links": [ { "label": "Start building", - "href": "https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" + "href": "https://auth0.com/signup?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" } ], "primary": { "type": "button", "label": "Log in", - "href": "https://manage.auth0.com/login?onboard_app=genai" + "href": "https://manage.auth0.com/login?onboard_app=auth_for_aa" } }, "footer": { diff --git a/auth4genai/intro/overview.mdx b/auth4genai/intro/overview.mdx index 5775073d9..9cd0f0e2e 100644 --- a/auth4genai/intro/overview.mdx +++ b/auth4genai/intro/overview.mdx @@ -155,7 +155,7 @@ Auth for GenAI provides a robust identity and access management platform designe Auth for GenAI works out of the box with popular AI frameworks like LangChain, LlamaIndex, Genkit, and the Vercel AI SDK, enabling developers to build and deploy secure AI-powered applications that users can trust. - } title="Developer Preview Program"> + } title="Developer Preview Program"> Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future. diff --git a/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx b/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx index 567cc2f37..3591d1697 100644 --- a/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx +++ b/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx @@ -10,7 +10,7 @@ export const AccountAndAppSteps = ({ To continue with this quickstart, you need to have an{" "} Auth0 account. From 0b91c90392d4296d6b30e3f95b8679dead4f20b9 Mon Sep 17 00:00:00 2001 From: David Patrick Date: Wed, 24 Sep 2025 14:28:42 -0700 Subject: [PATCH 2/3] fix: point to stage --- auth4genai/components.mdx | 2 +- auth4genai/docs.json | 4 ++-- auth4genai/intro/overview.mdx | 2 +- .../snippets/get-started/prerequisites/account-app-steps.jsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auth4genai/components.mdx b/auth4genai/components.mdx index 2873f8f4b..8f365371a 100644 --- a/auth4genai/components.mdx +++ b/auth4genai/components.mdx @@ -63,7 +63,7 @@ print(baz) ## Developer Preview Banner -} title="Developer Preview Program"> +} title="Developer Preview Program"> Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future. diff --git a/auth4genai/docs.json b/auth4genai/docs.json index aab6e0241..834157bb2 100644 --- a/auth4genai/docs.json +++ b/auth4genai/docs.json @@ -277,13 +277,13 @@ "links": [ { "label": "Start building", - "href": "https://auth0.com/signup?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" + "href": "https://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" } ], "primary": { "type": "button", "label": "Log in", - "href": "https://manage.auth0.com/login?onboard_app=auth_for_aa" + "href": "https://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa" } }, "footer": { diff --git a/auth4genai/intro/overview.mdx b/auth4genai/intro/overview.mdx index 9cd0f0e2e..975148150 100644 --- a/auth4genai/intro/overview.mdx +++ b/auth4genai/intro/overview.mdx @@ -155,7 +155,7 @@ Auth for GenAI provides a robust identity and access management platform designe Auth for GenAI works out of the box with popular AI frameworks like LangChain, LlamaIndex, Genkit, and the Vercel AI SDK, enabling developers to build and deploy secure AI-powered applications that users can trust. - } title="Developer Preview Program"> + } title="Developer Preview Program"> Auth for GenAI is currently available in Developer Preview. Join today to start building secure GenAI applications and provide feedback to shape the platform's future. diff --git a/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx b/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx index 3591d1697..a97846b30 100644 --- a/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx +++ b/auth4genai/snippets/get-started/prerequisites/account-app-steps.jsx @@ -10,7 +10,7 @@ export const AccountAndAppSteps = ({ To continue with this quickstart, you need to have an{" "} Auth0 account. @@ -21,7 +21,7 @@ export const AccountAndAppSteps = ({ steps.push( Go to your{" "} - + Auth0 Dashboard {" "} to create a new Auth0 Application. From 273403848ae61be94cbd2392ac762d2e5ca72ad3 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 25 Sep 2025 12:08:15 -0300 Subject: [PATCH 3/3] update signup url --- auth4genai/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth4genai/docs.json b/auth4genai/docs.json index 834157bb2..62c428cb7 100644 --- a/auth4genai/docs.json +++ b/auth4genai/docs.json @@ -277,7 +277,7 @@ "links": [ { "label": "Start building", - "href": "https://manage.emt-a4aa-stage.auth0c.com/login?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" + "href": "https://okqa.auth0.com/signup?onboard_app=auth_for_aa&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM" } ], "primary": {