I've been playing around with the role based permission mapping.

I've noticed that you can have only one of these entries per realm:


realm.groupToRolesMappings = ...

and 

realm.roleToPermissionsMappings = ...

Which forces you to put everything on one line for each of the above (is there 
some limit to the size of this line?) which makes it very difficult to maintain.

If you repeat the entries above then it's "last one wins".

Have I got this right?

If so, could be an improvement to allow the mappings to spread over multiple 
entries?

i.e. 


realm.roleToPermissionsMappings = ...
realm.roleToPermissionsMappings = ...
realm.roleToPermissionsMappings = ...
realm.roleToPermissionsMappings = ...
realm.roleToPermissionsMappings = ...

Regards,
David.

Reply via email to