Update docs/documentation/platform/identities/tls-cert-auth.mdx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Akhil Mohan
2025-06-25 14:43:01 +05:30
committed by GitHub
parent 8291663802
commit 97755981eb

View File

@@ -33,7 +33,7 @@ At a high level, Infisical authenticates the client's TLS Certificate by verifyi
To be more specific:
1. The client sends a TLS request with the client certificate to Infisical at the `/api/v1/auth/tls-cert-auth/login endpoint.`
1. The client sends a TLS request with the client certificate to Infisical at the `/api/v1/auth/tls-cert-auth/login` endpoint.
2. Infisical verifies the incoming request using the provided CA certificate.
3. Infisical checks the user's properties against set criteria such as Allowed Common Names.
4. If all checks pass, Infisical returns a short-lived access token that the client can use to make authenticated requests to the Infisical API.