cURL
curl --request POST \ --url https://us.infisical.com/api/v1/auth/ldap-auth/login \ --header 'Content-Type: application/json' \ --data '{ "identityId": "<string>", "username": "<string>", "password": "<string>" }'
{ "accessToken": "<string>", "expiresIn": 123, "accessTokenMaxTTL": 123, "tokenType": "Bearer" }
Login with LDAP Auth
The ID of the identity to login.
The username of the LDAP user to login.
The password of the LDAP user to login.
Default Response
Bearer
Was this page helpful?