Skip to content

Commit

Permalink
Reducing end user role authorizations (get should be enough)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Sep 17, 2018
1 parent 8f51c1a commit affb5f9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -150,14 +150,14 @@
</object>
</authorization>
<authorization>
<name>assignment-target-read</name>
<name>assignment-target-get</name>
<description>
Authorization that allows to read all the object that are possible assignment targets. We want that
to display the targets in the selection windows.
Note that this authorization may be too broad for production use. Normally it should be limited to just
selected properties such as name and description.
</description>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#get</action>
<object>
<type>OrgType</type>
</object>
Expand Down

0 comments on commit affb5f9

Please sign in to comment.