Change your Oracle APEX authentication scheme dynamically
Introduction
Recently I had a requirement for an APEX application to change authentication schemes dynamically.
my app ( let's call it "My App") users authenticate using Microsoft Azure AD.
app is installed on 2 environments - Development(DEV) and ...
rafal.hashnode.dev3 min read
Yuji Nakakoshi
Oracle APEX enthusiast
Started from APEX 23.1, we can use APEX_APPLICATION_ADMIN.SET_AUTHENTICATION_SCHEME. So the second code could be simpler.