Hi all,
What I'm trying to do is cancel activities via web service but that action requires token. When I've tried to get token with userLogin web service, I've faced error User could not be validated. The authsource may be incorrect.
I've already watched that video and done whatever it says.
Single Sign On with Web Services
I've tried below requests via curl and postman but the error is same.
curl -k --data "username=AveksaAdmin&password=***" https://localhost/aveksa/command.submit?cmd=loginUser
Any help would be appreciated.
Hi!
A probably cause is a missing Content-Type header. I've had some problems with that as well. I have previously published one of my curl-scripts in another thread (https://community.rsa.com/thread/201187)
It focuses on starting collectors, but it shows how to get a and use a token and then you can modify it for your purpose.