POST
/
api
/
v1
/
auth
/
tls-cert-auth
/
login
cURL
curl --request POST \
  --url https://us.infisical.com/api/v1/auth/tls-cert-auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "identityId": "<string>"
}'
{
  "accessToken": "<string>",
  "expiresIn": 123,
  "accessTokenMaxTTL": 123,
  "tokenType": "Bearer"
}
Infisical US/EU and dedicated instances are deployed with AWS ALB. TLS Certificate Auth must flow through our ALB mTLS pass-through in order to authenticate. When you are authenticating with TLS Certificate Auth, you must use the port 8443 instead of the default 443. Example: https://app.infisical.com:8443/api/v1/auth/tls-cert-auth/login

Body

application/json

Response

200
application/json

Default Response

The response is of type object.