Session Authenticate (Cert)
Authenticates the API caller on the Symphony servers (pod) using the client certificate provided in the TLS session, returning a session token.
Based on the SSL client certificate presented by the TLS layer, authenticate the API caller and return a session token.
Responses
200
OK.
application/json
400
Client error.
application/json
403
Forbidden: Certificate authentication is not allowed for the requested user.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/authenticate
❗️ Session Token Management
🚧 Important
Last updated
Was this helpful?