Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

EasyVista Connection Failure

FormulaHack
New Contributor III
New Contributor III

Hello Saviynters !

Has anyone worked on EasyVista connection before? I am facing a connection failure with error 443. I will be glad if anyone has a working ConnectionJSON or can help me figuring this out ! 

Here is my ConnectionJSON:


{
  "authentications": {
    "acctAuth": {
      "authType": "Basic",
      "url": "https://DomainName",
      "httpMethod": "POST",
      "httpParams": {},
      "httpHeaders": {},
      "httpContentType": "text/html",
      "properties": {
        "username":"xxxxx",
        "password":"xxxxx"
      },
      "expiryError": "Couldn't authenticate you",
      "authError": [
        "Couldn't authenticate you"
      ],
      "timeOutError": "Read timed out",
      "errorPath": "error",
      "maxRefreshTryCount": 5,
      "tokenResponsePath": "access_token",
      "tokenType": "Basic",
      "accessToken": "Basic abcd",
      "testConnectionParams": {
        "http": {
          "httpHeaders": {
            "Authorization": "${access_token}"
          },
          "httpContentType": "application/json",
          "httpMethod": "GET"
        },
        "successResponse": [],
        "successResponsePath": "",
        "errors": [
          "Couldn't authenticate you"
        ],
        "errorPath": "error"
      }
 
Thank you !
    }
  }
}


[This message has been edited by moderator to disable url hyperlink]
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Please share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]
⚠️‼️‼️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.‼️‼️⚠️


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hello rushikeshvartak,

This problem has been resolved, It was a flow problem from the client 😅

Thank you !

Can you elaborate what is flow and accept solution and close thread 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.