Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Authorization Scheme / Is In Role or Group

User_4KJ1EApr 23 2019 — edited Apr 23 2019

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

Comments
Post Details
Added on Apr 23 2019
1 comment
1,444 views