Integrate DataBase

1
0
-1

How can I integrate a existing base of data containing login and password with Bonitasoft portal?

Comments

Submitted by haris.subasic on Mon, 05/05/2014 - 09:34

Hello, we would appreciate a little bit more information about your use case. Do you want to use your external database in order to login to the Bonita BPM Portal? Or do you want to display some data from your database in the Bonita Portal? Thanks, Haris

Submitted by kekamayara87 on Tue, 05/06/2014 - 17:09

I want to use your external database in order to login to the Bonita BPM Portal.

1 answer

1
0
-1

You will need to write you own implementation that will allow you to do so. You can have a look at our documentation page to understand how authentication works. You will find two sample implementations of LoginManager (links in that article), and this should give you an idea how to write your own LoginManager, that would allow you to use your own database for authentication.

Notifications