APEX 18.1.0.00.45
Using ORDS
My question is this...
I have Authentication setup for users to log into the application based on Active Directory credentials, this work well. How do I leverage AD groups?
Currently to apply security on sections of the application I have tables which permission groups are in and then have an Authorization Scheme created that is based on users in that table and the Authorization Scheme is applied to stay a button.
I would much rather have the permissions utilize AD groups so I do not have to administer these permission relations in the tables.
They already get access to log into the application via AD, how do I setup APEX to say 'this button is available to this user if logged in user is part of AD group X'
Thanks,
Steve