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.
OK.
The name of the header in which the token should be presented on subsequent API calls.
Authentication token that should be passed as header in each API rest calls. This should be considered opaque data by the client. It is not intended to contain any data interpretable by the client. The format is secret and subject to change without notice.
(Beta) Short lived access token built from a user session. This field is still on Beta, please continue using the returned "token" instead.
Client error.
Forbidden: Certificate authentication is not allowed for the requested user.
Server error, see response body for further details.
❗️ Session Token Management
🚧 Important
Last updated
Was this helpful?