cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to assign personas/admin with display only access

chris_mckay2
Participant
0 Kudos

Hi there,

I was just wondering if it was possible to assign personas/admin with display only access for such things as user and role management?

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no delivered role doing this, but you could create your own.

Copy the standard role /PERSONAS/SUPPORT_ROLE. Among others, this allows certain user- and role-configuration accesses. Take away the user config 'Change' authorization, leaving only 'Display' in place. Also remove the theme and flavor display authorizations and the cache delete authorization. This should leave you with a role that allows displaying users and role configuration.

You may have to add S_TCODE authorization for transactions /PERSONAS/ROLES and /PERSONAS/USERS, since you don't want to grant access to the complete /PERSONAS/ADMIN transaction.

I haven't tried this myself yet but it looks like this should do what you are looking for.

chris_mckay2
Participant
0 Kudos

Thank-you Tamas. Greatly appreciated.

chris_mckay2
Participant
0 Kudos

Tamas, If I understand you correctly the /PERSONAS/SUPPORT_ROLE would give the same abilities as /PERSONAS/ADMIN but just restrict things a little more? If so this might be the better option as theme and flavor display authorizations would also be required.

Thanks again,

Chris

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes, of course you can base your custom role on /PERSONAS/ADMIN_ROLE if that's closer to the access you want to achieve.

The key thing is though that once you are assigning Admin authorization, this opens most of the admin activities. The current granularity of the Personas authorization objects is not too high. The upcoming support package will change that and allows much more detailed control.

Answers (0)