Can anyone point me in the direction of how to perform the setup tasks as described in the documentation here: Editing Social Sign-In but using the PL/SQL APIs?
The only part that's clearly obvious is to use apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','SOCIAL')
for step 6 to make it the current scheme.
Anyone know how to do the other steps through the PL/SQL APIs? Thanks.