I am working on a custom component that receives a payload from Thinkwise containing an ApplicationUrl.
The custom component uses this ApplicationUrl to fetch data from Thinkwise. However, the ApplicationUrl that is provided in the payload currently points to the IAM metasource by default, while my custom component needs to fetch data from the SF metasource in my development environment.
For example, the payload contains something like:
ApplicationUrl: https://.../indicium/iam/...but for my custom component I need:
ApplicationUrl: https://.../indicium/sf/...I don't want to hardcode or manually replace /iam/ with /sf/ in the custom component, because the component should be reusable across different environments.
Is there a Thinkwise configuration or setting that determines which metasource (sf or iam) is used when generating the ApplicationUrl in the payload?
If so, what would be the recommended way to configure this so that the custom component receives the correct ApplicationUrl for the environment it is running in?
Or is there another recommended approach for custom components to determine which Indicium metasource they should use when fetching data?

