File tree Expand file tree Collapse file tree 11 files changed +2597
-1
lines changed
Expand file tree Collapse file tree 11 files changed +2597
-1
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ An Auth Module Provider authenticates users with their account on a third-party
5656 href: " /commerce-modules/auth/auth-providers/github" ,
5757 title: " GitHub" ,
5858 },
59+ {
60+ href: " /integrations/guides/okta" ,
61+ title: " Okta" ,
62+ badge: {
63+ variant: " blue" ,
64+ children: " Tutorial"
65+ }
66+ }
5967 ]}
6068 className = " mb-1"
6169/>
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export const generatedEditDates = {
103103 "app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z",
104104 "app/deployment/storefront/vercel/page.mdx": "2025-05-20T07:51:40.712Z",
105105 "app/deployment/page.mdx": "2025-09-29T10:23:47.833Z",
106- "app/integrations/page.mdx": "2025-11-17T09:41:11.910Z ",
106+ "app/integrations/page.mdx": "2025-12-02T12:33:55.600Z ",
107107 "app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z",
108108 "app/medusa-container-resources/page.mdx": "2025-07-31T13:24:15.786Z",
109109 "app/medusa-workflows-reference/page.mdx": "2025-01-20T08:21:29.962Z",
Original file line number Diff line number Diff line change @@ -979,6 +979,10 @@ export const filesMap = [
979979 "filePath": "/www/apps/resources/app/integrations/guides/meilisearch/page.mdx",
980980 "pathname": "/integrations/guides/meilisearch"
981981 },
982+ {
983+ "filePath": "/www/apps/resources/app/integrations/guides/okta/page.mdx",
984+ "pathname": "/integrations/guides/okta"
985+ },
982986 {
983987 "filePath": "/www/apps/resources/app/integrations/guides/payload/page.mdx",
984988 "pathname": "/integrations/guides/payload"
Original file line number Diff line number Diff line change @@ -508,6 +508,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
508508 "title": "Handle Password Reset Event",
509509 "children": []
510510 },
511+ {
512+ "loaded": true,
513+ "isPathHref": true,
514+ "type": "ref",
515+ "title": "Integrate Okta",
516+ "path": "https://docs.medusajs.com/resources/integrations/guides/okta",
517+ "children": []
518+ },
511519 {
512520 "loaded": true,
513521 "isPathHref": true,
Original file line number Diff line number Diff line change @@ -60,6 +60,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
6060 "path" : "/commerce-modules/auth/auth-providers/github" ,
6161 "title" : "GitHub" ,
6262 "children" : [ ]
63+ } ,
64+ {
65+ "loaded" : true ,
66+ "isPathHref" : true ,
67+ "type" : "link" ,
68+ "path" : "/integrations/guides/okta" ,
69+ "title" : "Okta" ,
70+ "children" : [ ]
6371 }
6472 ]
6573 } ,
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ export const integrationsSidebar = [
4040 path : "/commerce-modules/auth/auth-providers/github" ,
4141 title : "GitHub" ,
4242 } ,
43+ {
44+ type : "link" ,
45+ path : "/integrations/guides/okta" ,
46+ title : "Okta" ,
47+ } ,
4348 ] ,
4449 } ,
4550 {
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ export const auth = [
1515 "title" : "Implement Phone Authentication" ,
1616 "path" : "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"
1717 } ,
18+ {
19+ "title" : "Integrate Okta" ,
20+ "path" : "https://docs.medusajs.com/resources/integrations/guides/okta"
21+ } ,
1822 {
1923 "title" : "Log-out Customer in Storefront" ,
2024 "path" : "https://docs.medusajs.com/resources/storefront-development/customers/log-out"
Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ export const server = [
147147 "title" : "Integrate Mailchimp" ,
148148 "path" : "https://docs.medusajs.com/resources/integrations/guides/mailchimp"
149149 } ,
150+ {
151+ "title" : "Integrate Okta" ,
152+ "path" : "https://docs.medusajs.com/resources/integrations/guides/okta"
153+ } ,
150154 {
151155 "title" : "Integrate Payload" ,
152156 "path" : "https://docs.medusajs.com/resources/integrations/guides/payload"
You can’t perform that action at this time.
0 commit comments