Enables an RSA application to authenticate on behalf of a particular user.
Last updated 1 year ago
Was this helpful?
📘 RequirementsThe app must have been created on the pod. The app must be enabled. The user must exist and have the app installed. For more information, refer to .
The app must have been created on the pod. The app must be enabled. The user must exist and have the app installed. For more information, refer to .
the user ID
App Session authentication token.
POST /login/pubkey/app/user/{userId}/authenticate HTTP/1.1 Host: yourpodurl.symphony.com Accept: */*
OK.
{ "name": "text", "token": "text", "authorizationToken": "text" }