Authentication and IFrame

Hi,

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

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 :slight_smile:

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.