IDENTITY

Change password via REST not possible for non-administrator / HTTP 403 Forbidden

Hi dear community,
I've built a Live Application that is called "Set your password".

This live application just has two input fields and one button.
The button sends the request to the Bonita API via put.

The payload is generated via Javascript:
var payload = { "password": $data.newPass, "password_confirm": $data.newPassRepeat };

The API is called via:
../API/identity/user/{{ userId.user_id }}

If I use this as an administrator, it works, as a user I get a 403 forbidden error. Why?

[SOLVED] How to update user with API Identity

Hi ,
I can not update a user's data with the API Identity .
Here is my code :

import org.bonitasoft.engine.api.IdentityAPI;
import org.bonitasoft.engine.identity.User;
import org.bonitasoft.engine.identity.UserUpdater;

...
aUser instanciation...
...

UserUpdater updateDescriptor = new UserUpdater();
updateDescriptor.setJobTitle("test");

try {

How to integrate BonitaSoft and WSO2 Identity Server to Authenticate using SAML2

i need integrate BonitaSoft with WSO2 Identity Server to authentication using SAML or SAML2.

Any suggestion?

Greetings.

Notifications