From 3b9b17f8d5e6760405be76ee8215929dd357d393 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 9 May 2025 04:12:21 +0400 Subject: [PATCH] requested changes --- .../documentation/platform/identities/ldap-auth/general.mdx | 6 +++--- .../platform/identities/ldap-auth/jumpcloud.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/documentation/platform/identities/ldap-auth/general.mdx b/docs/documentation/platform/identities/ldap-auth/general.mdx index d2d7e98bc..4a8c29298 100644 --- a/docs/documentation/platform/identities/ldap-auth/general.mdx +++ b/docs/documentation/platform/identities/ldap-auth/general.mdx @@ -10,10 +10,10 @@ description: "Learn how to authenticate with Infisical using LDAP." **LDAP Auth** is an LDAP based authentication method that allows you to authenticate with Infisical using a machine identity configured with an [LDAP](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol) directory. -### Guide +## Guide - To create an identity, head to your Organization Settings > Access Control > Machine Identities and press **Create identity**. + To create an identity, head to your Organization Settings > Access Control > Identities and press **Create identity**. ![Create identity](/images/platform/identities/ldap/identities-org-create-identity.png) @@ -58,7 +58,7 @@ description: "Learn how to authenticate with Infisical using LDAP." ![Configure LDAP auth](/images/platform/identities/ldap/identities-org-configure-ldap.png) - After configuring LDAP auth for your identity, you can authenticate with the identity and obtain an access token, using your LDAP credentials. + After configuring LDAP auth for your identity, you can authenticate with the identity and obtain an access token using your LDAP credentials. ```bash curl --request POST \ diff --git a/docs/documentation/platform/identities/ldap-auth/jumpcloud.mdx b/docs/documentation/platform/identities/ldap-auth/jumpcloud.mdx index cb3a6f309..d51c5e11c 100644 --- a/docs/documentation/platform/identities/ldap-auth/jumpcloud.mdx +++ b/docs/documentation/platform/identities/ldap-auth/jumpcloud.mdx @@ -10,7 +10,7 @@ description: "Learn how to authenticate with Infisical using LDAP with JumpCloud **LDAP Auth** is an LDAP based authentication method that allows you to authenticate with Infisical using a machine identity configured with an [LDAP](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol) directory. -### Guide +## Guide @@ -23,7 +23,7 @@ description: "Learn how to authenticate with Infisical using LDAP with JumpCloud - To create an identity, head to your Organization Settings > Access Control > Machine Identities and press **Create identity**. + To create an identity, head to your Organization Settings > Access Control > Identities and press **Create identity**. ![Create identity](/images/platform/identities/ldap/identities-org-create-identity.png) @@ -68,7 +68,7 @@ description: "Learn how to authenticate with Infisical using LDAP with JumpCloud ![Configure LDAP auth](/images/platform/identities/ldap/identities-org-configure-ldap.png) - After configuring LDAP auth for your identity, you can authenticate with the identity and obtain an access token, using your LDAP credentials. + After configuring LDAP auth for your identity, you can authenticate with the identity and obtain an access token using your LDAP credentials. ```bash curl --request POST \