mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
requested changes
This commit is contained in:
@@ -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
|
||||
<Steps>
|
||||
<Step title="Creating an identity">
|
||||
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**.
|
||||
|
||||

|
||||
|
||||
@@ -58,7 +58,7 @@ description: "Learn how to authenticate with Infisical using LDAP."
|
||||

|
||||
|
||||
<Step title="Authenticating with the identity">
|
||||
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 \
|
||||
|
||||
@@ -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
|
||||
<Steps>
|
||||
|
||||
<Step title="Prepare LDAP in JumpCloud">
|
||||
@@ -23,7 +23,7 @@ description: "Learn how to authenticate with Infisical using LDAP with JumpCloud
|
||||
</Step>
|
||||
|
||||
<Step title="Creating an identity">
|
||||
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**.
|
||||
|
||||

|
||||
|
||||
@@ -68,7 +68,7 @@ description: "Learn how to authenticate with Infisical using LDAP with JumpCloud
|
||||

|
||||
|
||||
<Step title="Authenticating with the identity">
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user