Key Manager Authenticate
Authenticates the API caller on the key manager using a JWT.
Based on an authentication request token signed by the caller's RSA private key, authenticate the API caller and return a session token.
A HTTP 401 Unauthorized error is returned on errors during authentication (e.g. invalid user, malformed authentication token, user's public key not imported in the pod, invalid token signature etc.).
Body
Request body for pubkey authentication
tokenstringOptional
a JWT containing the caller's username or application appGroupId and an expiration date, signed by the caller's private key.
Responses
200
OK.
application/json
401
Client is unauthorized to access this resource
application/json
403
Forbidden to access this endpoint .
application/json
500
Server error, see response body for further details.
application/json
post
/pubkey/authenticate
❗️ Key Manager Token Management
🚧 Important
Last updated
Was this helpful?