Acosix / alfresco-keycloak

Alfresco addon to provide Keycloak-related extensions / customisations for Repository and Share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create person using a client_credential token

codeskine opened this issue · comments

Hi Axel,

First i would like to thank you for this addons, I have installed modules and they works greats.

I have just a question: in our application people can be added by a non admin users and those action results in a "Permission Denied" error when request is sent to Alfresco people endpoint.

The obviousluy solution could be to authenticate an admin user before request and use genereated token for all those requests where admin role is required . But I would like to know if it's possible also to use a "client_credential" token for this endpoints.

Regards,

Stefano