#authorization

Cómo autorizar al perfil Usuario para acceder al valor de las "activity variables" desde un formulario?

Hola,
Recientemente he notado que no puedo mostrar los valores (solo de lectura) de las "activity variables" en los formularios desde el perfil Usuario mientras que desde el perfil de Administrador no hay ningún problema. He seguido la documentación y otros posts en el forum para poder dar autorización al perfil Usuario.

How to authorize the User profile to access to the value of the activity variables from a form?

Hello,
Recently, I noticied that I couldn't retreive the values of the activity varaibles (read only) in the forms from the User profile whereas the Administrator profile could see all the values. So, I've been following the documentation and other posts in the forum to authorize the User profile to access them.

How to authorize the User profile to access to the value of the activity variables from a form?

Hello,
Recently, I noticied that I couldn't retreive some values (read only) in the forms from the User profile whereas the Administrator profile could see all the values. So, I've been following the documentation and other posts in the forum to authorize the User profile to access to the value of the activity variables from a form.

Getting 401 unauthorized error in web rest API

Hello everyone,

I am new to Bonita BPM and trying to start a case from Web Rest API. I have call the http://localhost:8080/bonita/loginservice first and it gives me back token, I am sending another request to start the case
Request URL http://localhost:8080/bonita/API/bpm/case/
Request Method POST
Request Payload {"processDefinitionId": 1}

Unable to login with any of the users loaded in bonita

Hi

I reinstalled an app I develop with Bonita 7.1.4, I import my bdm, users, profiles. Then map permissions and when I try to login with any user I get this error:

Permission denied: you do not have the rights to perform this action.

The application encountered an unexpected error. Please try again.
If the error persists, please contact Bonitasoft support

If I check the browser console and se this message:

Rest authorization

Hi, I am trying to get list of process instances (or any other rest api data I can get) by making a XMLHttpRequest from Javascript. The loginservice request comes through, but when I try to get the process instances json, response is 401 unauthorized, because the cookie isn't set. Can you please tell me why is that? Just to mention, I tried the withCredential option because I can't manually set the cookie, but it doesn't work.

Notifications