create new user in oracle APEX and assign this user to specific roles through PL/SQL code.
oracle APEX version 22.1.0
Database: Oracle Database 12c Enterprise Edition (12.1.0.2.0) 64 bit
Platform: Linux
Hi I want to create new user in oracle APEX and assign this user to specific roles through PL/SQL code.
When user login into application with single sign on, we want create user with this token details and assign the roles to this user after post authentication process.
How to achieve this.
Please help us.