Hi,
APEX: 22.2.14
We would like to use multiple domains for the same APEX-instance.
Like: app.company.be and store.company.be.
Both of them will host several OAuth authentications, for which the callback url is generated and passed through when requesting a new session.
Now we see that APEX is always generating the same callback url, with the base domain (in our case app.company.be).
How can we configure APEX to return a callback url based on the used domain?
Like: https://app.company.be/ords/apex_authentication.callback
and https://store.company.be/ords/apex_authentication.callback
Thx