Multiple Authentication Scheme
Hi,
Can i have multiple authentication scheme in APEX?
I have an application that first needs to check if the user is an APEX user if not it will check using custom authentication and my own users table.
I did the custom authentication and it works perfectly. I just need to check if the user is an APEX user first before going to the custom authentication.
Thank you