IdentityNow Web service BaseURL Issue

Hello,
I am trying to add a web service source to our IDN tenant.

The issue with this source is that it uses different baseURL for different endpoints. I know that we can resolve this problem by having a before Operation rule to change the request full URL.
I am just trying to see if someone found a simpler way to resolve this issue

Regards,
Nadim

Hello Nadim,

You could test using cURL Command. I believe that via cURL it does not use the base URL.

Hello,

Never tried but maybe keep base URL empty in the config and putting the full url directly in the endpoint configuration part ?

Base Url is a required field.

Hum, yes just tried few seconds ago. You need at least to have one character in common for all the url after the https:// to make this work…

Maybe the easier way is to do it through before rule :frowning:

Hello Matheus,

You are right using cURL would also be a solution as I have to provide the full URL in my command. I was trying to see if I can work without this option.

via cURL or Before Operation Rule are the ideal options I see for this use case. Who knows, maybe someone will come along with a better idea :sweat_smile:

Does it accept just http://

No,
I have tried doing this but after the https:// you need at least 3 characters for IDN to consider the URL as valid

How about PATCH (or PUT) the source using the API?

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