Testing SaaS connectors locally

I’ve tried to setup a local configuration via the postman collection Identity Security Cloud provides via this documentation:

I’ve also watched this video: https://www.youtube.com/watch?v=12pfpLBNCvM&t=1980s

Where they go over the local testing, they have a pretty simple config constructor, with just a token passed in.

I have a very similar setup with a url and a token passed in the config, ‘url’ and ‘token’.

Would the config look something like this for a STDTESTCONNECTION trial?

{
  "type": "std:test-connection",
  "config": {
    "url": "<base-url>",
    "oauthBearerToken": "<token>"
  }
}

Also for the other commands, do you have to pass it real identity data to execute things like STDACCOUNTCREATE or STDACCOUNTREMOVE? Any have an example of a command thats worked for them?

Error I receive when I attempt to test this

generic error: 
 + TypeError [ERR_INVALID_URL
]: Invalid URL

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.