Acosix / alfresco-keycloak

Alfresco addon to provide Keycloak-related extensions / customisations for Repository and Share
Apache License 2.0
36 stars 20 forks source link

Create person using a client_credential token #28

Open codeskine opened 2 years ago

codeskine commented 2 years ago

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