Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Role assignment restrictions

Former Member
0 Likes
535

Hi all,

I am trying to restrict role assignment using the object S_USER_AGR. As an example i am using the following in the 'Role Name' field: T1050, T1500.

However, with my test user, they are able to assign the role "T_50043964_5100-TEST" to a user

But i cannot see how this is possible. Am I missing something here?

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

If I understand your example correctly what you are trying to do cannot be done.

The restriction with authorization wildcards must come only at the end. Example: T_50043964*

Cheers,

Ben

2 REPLIES 2
Read only

Former Member
0 Likes
474

If I understand your example correctly what you are trying to do cannot be done.

The restriction with authorization wildcards must come only at the end. Example: T_50043964*

Cheers,

Ben

Read only

0 Likes
473

That is quite annoying!

Thanks for the reply.