Hello,
I spent a few hours on using an authorization scheme with type "Is In Role or Group". My steps so far:
1. create a user group "TESTGROUP"
2. create a user "TEST"
3. assign the user TEST to the user group TESTGROUP
4. create an authorization scheme based on type "Is In Role or Group" (Type: Workspace Group) and add the name TESTGROUP from the selectlist
5. assign this authorization scheme to a page or page item or menu item
6. Log into APEX with TEST
result. Page / Item / Menu is not shown. What's missing?
When using an PL/SQL return with apex_util.current_user_in_group... it works.
Kind regards
Norbert