Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple host-domains for callback url

Filip HuysmansMay 3 2024

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

This post has been answered by Filip Huysmans on May 6 2024
Jump to Answer
Comments
Post Details
Added on May 3 2024
1 comment
371 views