Login

Can't login with new admin user account during initial setup

I ran the docker image and was able to login as install user. Per docs created another user and made it admin. The problem is login fails for this new user.

Version : 2021.1

Build : 7.12.1

¿Cómo puedo capturar datos de un formulario utilizando un usuario "anónimo"?

Requiero que mediante un formulario (o en su defecto una aplicación/widget) se pueden capturar un par de datos pero desde un usuario no identificado. Es como si fuera un formulario público que registra datos de un usuario anónimo y que despúes se procesaran en algún flujo con tareas humanas. ¿Es posible una autenticación anónima o un ingreso por defecto automático para lograr capturar información?

Gracias por la ayuda.

How can I log into bonita engine from external java application with APIClient?

I have a program in a different server but i need to acces some of the API-s of the bonita engine. How can i do that?

I already tried:

parameters.put("server.url", "http://URL:PORT");
parameters.put("application.name", "bonita");
APITypeManager.setAPITypeAndParams(ApiAccessType.HTTP, parameters);

org.bonitasoft.engine.api.APIClient apiClient = new APIClient();
apiClient.login("user", "password");

But I always get some error like:

login api

hello everyone

my code is :

Custom Login with PHP using REST API

Hi friends,

I'm trying to log in Bonita with PHP calling the loginservice API.

I have an html page with the controls, then when in the page press "Log in", I call the php function to call de API with the user credentials.

Then I return something like this to the html page:

¿How can I obtain JSON data from bonita using JQuery?

I try to connect to bonita BPM using a jQuery function with following code:

Is it safe to use REST API Login with password in the URL

Hi guys,

The title is pretty clear : we have a doubt concerning security when we see that the Login REST API sends the user's password in the URL.

Login failed against active directory

Hi all

I had the Bonita BPM running perfectly.

I needed to Modify the Bonita.war file to add a small piece of code to the web.xml

All deploying the file using Weblogic admin console, the portal is up and running but login is not working.

I have reverted back to the old bonita.war file.

Still the login is failing.

I get a error - username or password is incorrect. I have verified against other users. All the users are not able to log in as well.

Technical user credentials are working as i can log in with install.

Login to bonita Portal with certain user

I have an application that communicates with Bonita through the REST API. Whenever I try to start a case from a given process I use forms in order to do that. My question is, I login in my app with a certain user (say helen.kelly) but when I open the form from the app, the user that is going to fill the form is the user logged in in the bonita portal which may not necessarily be the user logged in my app. I want to know if there is a way to open the form and automatically log in with a given user.

how to log in as an user at BPM 5.2

Hi everyone,

After trying hard, I could not log in as an user, using Bonita BPM 5.2.

I'm trying, without success, to user the username and password provided at the following link:
http://documentation.bonitasoft.com/5x/bos-59/process-administration/use...

I would like to access the "administration view" as presented in figure 3 at the link mentioned, or even "user view".

Any guesses?

Thank you!

Notifications