Login via URL

1
0
-1

Hy,

I wanna know how to pass login information (username+password) via url to login in bonita.

Thanks

2 answers

1
+1
-1

Try something like this: http://localhost:8080/bonita/loginservice?username=AUser&password=APass

You are welcome ^_^.

P.D: Tested at 6.3.2, if this does not work tell us what version are you using.

1
0
-1

You cannot pass username and password in the url, your user will rather be redirected to Bonita login and connect. You can also use [Single Sign-On][] or you can give anonymous access to your user.

Notifications