Accessing Rest base URL in custom auth step

Hello,

I am trying to create a resource accessing a rest api and using a custom auth process to retrieve the authentication token from an additional call. Exactly the same process as described in the documentation :smiley:

But the call must be done to the same base url. And this resource has multiple environment, each having a different base url.

I know I can also change the base url used for the call in the custom auth process, but I would like to know if there is a variable allowing to re-use the base url of the resource in the custom auth process ?

Hey @PierrickPC!

It's possible to set up a configuration variable to have different values for different environments. You might be able to use that to store your base URL, what do you think?