Authentication and IFrame

1
0
-1

Hi,

I'm showing bonita portal form into an IFrame giving form URL (cf : http://documentation.bonitasoft.com/accessing-bonita-bpm-portal-and-form...).

The problem is that I need to log-in everytime. Is it possible to connect to the portal through code in order to hide this part ?

Thanks :)

1 answer

1
0
-1

I solved my problem.

C# Solution : I created a HttpCookie with the value of the RestResponseCookie (connection cookie) and it works.

The IFrame seems to create a new cookie, so you have 2 cookies with different value, but if you delete the new one, nothing happen.

Notifications