mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
File Name Change
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user