File Name Change

This commit is contained in:
Brandon Hopkins
2026-01-05 14:05:46 -08:00
parent 30112ebbae
commit 9acd32f648
3 changed files with 4 additions and 3 deletions

View File

@@ -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',

View File

@@ -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.
For provider-specific troubleshooting, see the individual provider pages.

View File

@@ -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)