Introduction Before APEX 23.1, there was only one way to set the Authentication Scheme at run-time: via a URL and the request APEX_AUTHENTICATION. In APEX 23.1, you have another option: to identify a Configuration Procedure that APEX uses to set the ...
blog.cloudnueva.com9 min read
Hi Jon! I'm working on extending some Oracle Forms modules with Oracle APEX. I've already implemented JWT custom authentication, but for some reason, the deep links aren't working. After a successful login, APEX redirects me to the home page instead of the intended destination (the URL is built correctly). I’ve enabled "Deep Linking" in my app settings, but it hasn’t resolved the issue. Do you have any suggestions?
Angelico Chavez
Very useful! thanks Jon!