cancel
Showing results for 
Search instead for 
Did you mean: 

Question: iframe and html mime object

Former Member
0 Kudos

Friends,

I am having a very wierd issue.

In our wda application, we have a view called TC_VIEW. The TC_VIEW has a iframe that is supposed to display a html file from the mimes repository.

At runtime, I build the url to the mimes html page and then I set it in a context attribute which is bound to the iframes source property.

When the application loads, the user clicks on a button and reaches the TC_VIEW. The reason I mentioned this is because at this point the users is logged in and can move around in the application. When the TC_VIEW loads in the browser the iframe is asking for a login to be able to view the html file in the mimes repository.

I was thinking that because the user has already logged in, the iframe should not ask for another login.

Has anybody faced this problem, any solutions?

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Prashant,

The content of the iframe runs in a different session. You either need to supply additional login information or use SSO or other means to have a user logged in automatically.

Best regards,

Thomas