User Authentication by User Name
Enables an RSA application to authenticate on behalf of a particular user.
Path parameters
usernamestringRequired
the username
Header parameters
sessionTokenstringRequired
App Session authentication token.
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/app/username/{username}/authenticate
📘 Requirements
Last updated
Was this helpful?