Move LDAP pages into subpages

vt/saml_doc
Vardan Torosyan 4 months ago
parent a0bce1e12f
commit 493759c4e0
  1. 2
      docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
  2. 0
      docs/sources/setup-grafana/configure-security/configure-authentication/ldap/enhanced-ldap/index.md
  3. 4
      docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md
  4. 0
      docs/sources/setup-grafana/configure-security/configure-authentication/ldap/ldap-ui/_index.md
  5. 2
      docs/sources/setup-grafana/configure-security/configure-scim-provisioning/_index.md

@ -17,7 +17,7 @@ weight: 200
Grafana provides many ways to authenticate users. Some authentication integrations also enable syncing user permissions and org memberships.
The following table shows all supported authentication methods and the features available for them. [Team sync](../configure-team-sync/) and [active sync](enhanced-ldap/#active-ldap-synchronization) are only available in Grafana Enterprise.
The following table shows all supported authentication methods and the features available for them. [Team sync](../configure-team-sync/) and [active sync](ldap/enhanced-ldap/#active-ldap-synchronization) are only available in Grafana Enterprise.
| Authentication method | Multi Org Mapping | Enforce Sync | Role Mapping | Grafana Admin Mapping | Team Sync | Allowed groups | Active Sync | Skip OrgRole mapping | Auto Login | Single Logout |
| :---------------------------------- | :---------------- | :----------- | :----------- | :-------------------- | :-------- | :------------- | :---------- | :------------------- | :--------- | :------------ |

@ -19,7 +19,7 @@ The LDAP integration in Grafana allows your Grafana users to login with their LD
group memberships and Grafana Organization user roles.
{{% admonition type="note" %}}
[Enhanced LDAP authentication](../enhanced-ldap/) is available in [Grafana Cloud](/docs/grafana-cloud/) and in [Grafana Enterprise](../../../../introduction/grafana-enterprise/).
[Enhanced LDAP authentication](enhanced-ldap/) is available in [Grafana Cloud](/docs/grafana-cloud/) and in [Grafana Enterprise](../../../../introduction/grafana-enterprise/).
{{% /admonition %}}
Refer to [Role-based access control](../../../../administration/roles-and-permissions/access-control/) to understand how you can control access with role-based permissions.
@ -160,7 +160,7 @@ Note that this does not work if you are using the single bind configuration outl
{{< figure src="/static/img/docs/ldap_debug_mapping_testing.png" class="docs-image--no-shadow" max-width="600px" alt="LDAP mapping displayed" >}}
[Grafana Enterprise](../../../../introduction/grafana-enterprise/) users with [enhanced LDAP integration](../enhanced-ldap/) enabled can also see sync status in the debug view. This requires the `ldap.status:read` permission.
[Grafana Enterprise](../../../../introduction/grafana-enterprise/) users with [enhanced LDAP integration](enhanced-ldap/) enabled can also see sync status in the debug view. This requires the `ldap.status:read` permission.
{{< figure src="/static/img/docs/ldap_sync_debug.png" class="docs-image--no-shadow" max-width="600px" alt="LDAP sync status" >}}

@ -99,7 +99,7 @@ The following table compares SCIM with other synchronization methods to help you
| ------------------------------------------------------------------------------ | ----- | ----- | ----- | ---------- | ------------------------------------------------------------------------ | ------------------------------------------------------------ | ------- | ----- |
| SCIM | ✅ | ✅ | ⚠ | Full | Complete user and team lifecycle management with automatic team creation | Requires SAML authentication; uses Role Sync for basic roles | ✅ | ✅ |
| [Team Sync](../configure-team-sync/) | ❌ | ⚠ | ❌ | Partial | Syncs team memberships to existing teams | Requires manual team creation; no team lifecycle management | ✅ | ✅ |
| [Active LDAP Sync](../configure-authentication/enhanced-ldap/) | ✅ | ❌ | ❌ | Full | Background synchronization of LDAP users | Limited to LDAP environments | ✅ | ❌ |
| [Active LDAP Sync](../configure-authentication/ldap/enhanced-ldap/) | ✅ | ❌ | ❌ | Full | Background synchronization of LDAP users | Limited to LDAP environments | ✅ | ❌ |
| [Role Sync](../configure-authentication/saml#configure-role-sync) | ❌ | ❌ | ✅ | Full | Full automation of basic role assignment | Limited to basic roles only | ✅ | ✅ |
| [Org Mapping](../configure-authentication/saml#configure-organization-mapping) | ❌ | ❌ | ⚠ | Full | Full automation of basic role assignment per organization | Limited to basic roles only; on-premises only | ⚠ | ❌ |

Loading…
Cancel
Save