diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index c4631417..ee90f39e 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -289,7 +289,7 @@ export const docsNavigation = [ links: [ { title: 'Using IdPs on Self-Hosted', href: '/selfhosted/identity-providers' }, { title: 'Embedded IdP', href: '/selfhosted/identity-providers/embedded-idp' }, - { title: 'Connectors', href: '/selfhosted/identity-providers/connectors' }, + { title: 'Connectors', href: '/selfhosted/identity-providers/idp-connectors' }, { title: 'API Reference', href: '/selfhosted/identity-providers/api-reference' }, { title: 'Self-hosted IdPs', diff --git a/src/pages/selfhosted/identity-providers/connectors.mdx b/src/pages/selfhosted/identity-providers/idp-connectors.mdx similarity index 99% rename from src/pages/selfhosted/identity-providers/connectors.mdx rename to src/pages/selfhosted/identity-providers/idp-connectors.mdx index 9d75f3a8..92bea8db 100644 --- a/src/pages/selfhosted/identity-providers/connectors.mdx +++ b/src/pages/selfhosted/identity-providers/idp-connectors.mdx @@ -121,4 +121,5 @@ This allows you to support different authentication methods for different user g - Verify the token contains required claims (email, name) - Ensure the user's email domain is not blocked by any policies -For provider-specific troubleshooting, see the individual provider pages. \ No newline at end of file +For provider-specific troubleshooting, see the individual provider pages. + diff --git a/src/pages/selfhosted/identity-providers/index.mdx b/src/pages/selfhosted/identity-providers/index.mdx index cecc5458..d2a8fdcf 100644 --- a/src/pages/selfhosted/identity-providers/index.mdx +++ b/src/pages/selfhosted/identity-providers/index.mdx @@ -61,7 +61,7 @@ Combine local user management with your existing identity providers: - Configure everything directly from the Dashboard UI - Best of both worlds -[About External IdPs →](/selfhosted/identity-providers/connectors) +[About External IdPs →](/selfhosted/identity-providers/idp-connectors) ### Standalone IdP (Advanced)