Key Manager Authenticate (Cert)
Authenticates the API caller on the key manager using the client certificate provided in the TLS session, returning a key manager 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
❗️ Key Manager Token Management
🚧
Last updated
Was this helpful?