docs: okta integration tutorial (#14188)
* initial * docs: okta integration tutorial
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -56,6 +56,14 @@ An Auth Module Provider authenticates users with their account on a third-party
|
||||
href: "/commerce-modules/auth/auth-providers/github",
|
||||
title: "GitHub",
|
||||
},
|
||||
{
|
||||
href: "/integrations/guides/okta",
|
||||
title: "Okta",
|
||||
badge: {
|
||||
variant: "blue",
|
||||
children: "Tutorial"
|
||||
}
|
||||
}
|
||||
]}
|
||||
className="mb-1"
|
||||
/>
|
||||
|
||||
@@ -103,7 +103,7 @@ export const generatedEditDates = {
|
||||
"app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z",
|
||||
"app/deployment/storefront/vercel/page.mdx": "2025-05-20T07:51:40.712Z",
|
||||
"app/deployment/page.mdx": "2025-09-29T10:23:47.833Z",
|
||||
"app/integrations/page.mdx": "2025-11-17T09:41:11.910Z",
|
||||
"app/integrations/page.mdx": "2025-12-02T12:33:55.600Z",
|
||||
"app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z",
|
||||
"app/medusa-container-resources/page.mdx": "2025-07-31T13:24:15.786Z",
|
||||
"app/medusa-workflows-reference/page.mdx": "2025-01-20T08:21:29.962Z",
|
||||
|
||||
@@ -979,6 +979,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/meilisearch/page.mdx",
|
||||
"pathname": "/integrations/guides/meilisearch"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/okta/page.mdx",
|
||||
"pathname": "/integrations/guides/okta"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/payload/page.mdx",
|
||||
"pathname": "/integrations/guides/payload"
|
||||
|
||||
@@ -508,6 +508,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
|
||||
"title": "Handle Password Reset Event",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Integrate Okta",
|
||||
"path": "https://docs.medusajs.com/resources/integrations/guides/okta",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -60,6 +60,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
|
||||
"path": "/commerce-modules/auth/auth-providers/github",
|
||||
"title": "GitHub",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/integrations/guides/okta",
|
||||
"title": "Okta",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -40,6 +40,11 @@ export const integrationsSidebar = [
|
||||
path: "/commerce-modules/auth/auth-providers/github",
|
||||
title: "GitHub",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/integrations/guides/okta",
|
||||
title: "Okta",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user