mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix person.get and people.get Web Scripts to require user-level authentication (these web scripts are part of Person Service REST API)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9948 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
</description>
|
</description>
|
||||||
<url>/api/people?filter={filterQuery?}</url>
|
<url>/api/people?filter={filterQuery?}</url>
|
||||||
<format default="json" />
|
<format default="json" />
|
||||||
<authentication>guest</authentication>
|
<authentication>user</authentication>
|
||||||
<transaction>required</transaction>
|
<transaction>required</transaction>
|
||||||
</webscript>
|
</webscript>
|
@@ -3,6 +3,6 @@
|
|||||||
<description>Get the details of a person.</description>
|
<description>Get the details of a person.</description>
|
||||||
<url>/api/people/{userName}</url>
|
<url>/api/people/{userName}</url>
|
||||||
<format default="json" />
|
<format default="json" />
|
||||||
<authentication>guest</authentication>
|
<authentication>user</authentication>
|
||||||
<transaction>required</transaction>
|
<transaction>required</transaction>
|
||||||
</webscript>
|
</webscript>
|
Reference in New Issue
Block a user