#authentication #bonita #api #authorization

Using loginservice API with Bonita HTTPS

Hi community,

We have an installation where the url of Bonita Portal usage is https and port 8443.

I try to use this REST API loginservice in Postman but it asks me to disable SSL.

Does anyone have a roadmap on how to connect to Bonita to authenticate over https or what can I do?

Setting Permissions for all users

Hello everyone,

I have the following line as custom permission (which works fine for one user):

profile|User=[read_equipment,read_role_users]

How can I set the permissions for all users and not only for "User"?

Thank you!

How can I redirect a user from a logout service?

Hi.

I have an application page that has a Link widget that allows a user to logout by running the "http://localhost:8080/bonita/logoutservice" URL.

I want the user to be logged out and also be redirected to another site when he/she clicks on this link (for e.g. The user clicks on the link, gets logged out and get's redirected to Google.com).

Is there anyway I can do this ?

How to revoke users from accessing the Main Portal?

Hi.

I have a webpage that allows users to enter their credentials and then logs them into my live Bonitasoft application using REST authorization. Once successfully logged in, the webpage then redirects them to an application page (say http://xyz.com/bonita/apps/MainPage).

At this point in time, the user is authenticated but if he/she decides to enter "http://xyz.com/bonita/" as the URL into the browser, they are redirected to the main Bonita Portal.

Notifications