Hello Experts
Given:
- Hybrid Mobile Application exchange data securely with ORDS RESTful modules.
Goal:
- Manage users from Apex environment not by writing and securing custom table and custom authentication schemes.
- Invoke APEX_UTIL.IS_LOGIN_PASSWORD_VALID from ORDS RESTful modules handlers (GET, POST, PUT, DELETE).
Obstacle:
IS_LOGIN_PASSWORD_VALID Function
This function returns a Boolean result based on the validity of the password for a named user account in the current workspace. This function returns TRUE if the password matches and it returns FALSE if the password does not match.
ORDS Context != APEX context
I would appreciate any solution or workaround.
Regards
Mahmoud