Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/19/2023 10:26 PM - last edited on 10/19/2023 11:02 PM by Sunil
Hi Team,
So, we have a requirement to create a connection to LastPass application . We followed the documentation and we're able to configure the ConnectionJSON and CreateAccountJSON for provisioning an account. We were encountering an error while trying to create an account for one of the users. But I am getting response as NULL.
Able to create account from Postman.
I'll attach the file below.
[This message has been edited by moderator to mask PII info from attachment]
10/20/2023 02:26 AM
Hello @Murari,
Seems the access_token is not bein passed correctly thats the reason you are seeing the error,
Are you able to get the response in the postman,
could you please share the snapshot of the postman and response for the all the call you are making.
Thanks.
10/22/2023 07:45 PM - last edited on 10/22/2023 10:03 PM by Sunil
Hi Sudesh,
I am able to get the response in Postman. Please find the below response from Postman.
Thanks.
10/20/2023 04:58 AM
Connection json is not generating token
10/22/2023 09:38 PM
@Murari as per the logs it's clearly showing the auth token generation is failing.
Does the API allows you to generate the refresh token ?
10/22/2023 10:17 PM
Hi Manu,
In Postman, when I send the request every time it generates a new cookie which you can see in the headers (Screenshot attached above) in Postman.
Thanks
10/25/2023 12:17 AM
Hello @Murari,
Suppose you are the new user how will you pass the password and cookie at the same time, as per the above screenshot?
If the new cookies is generating for every call, it wont be possible to handle it in the json.
Thanks.