cancel
Showing results for 
Search instead for 
Did you mean: 

MII Logon in an iFrame

Former Member
0 Kudos

Hi experts

I am trying to access MII via an iFrame on a different product. I created a very basic HTML page which contains a single iFrame with the link http://serverIP:50000/XMII as the iFrame location.

This takes me to the MII Login screen (as it should). If I type my username and password in that screen, it takes me back to the MII Login Screen. This just keeps on going. If, however, I mistype my password, I get the error message that the Authentication failed.

I have also tried to change the iFrame location to http://miiServerIP/logon/logonServlet?j_user=administrator&j_password=Admin1&redirectURL=/XMII/

This constantly just takes me back to the login screen.

Any ideas why?

Regards

Antoine

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Antonie,

View the link below

Or create a form html


< form id="form1" name="form1" method="Post" action="http://serverIP:50000/XMII/Menu.jsp">
  < input type="text" name="IllumLoginName" id="IllumLoginName" />
  < input type="password" name="IllumLoginPassword" id="IllumLoginPassword" />
  < input name="session" type="hidden" id="session" value="true" />
  < input name="target" type="hidden" id="target" value="=/Test/report.irpt" />
< /form>

Or use this Link

http://serverIP:50000/XMII/Menu.jsp?IllumLoginName=accountname&IllumLoginPassword=accountpassword&se...

Hope this helps

Danilo

Former Member
0 Kudos

Hi Danilo

I did see these links before logging the page, but it did not help. What I eventually did was to put a new html page in the frame. This opens a new window with the logon parameters (username and password) and redirects to aother page which closes the new window immediately. The page in the iFrame is then redirected to the portal.

This looks OK for now.

Regards

Antoine

Former Member
0 Kudos

Hi Antoine Snyman,

your iframe page should open the link: http://serverIP:50000/XMII/Menu.jsp or link of the default page you wish to open.

BR,

SB

Former Member
0 Kudos

Hi SB

I tried that, but it didn't work.

Regards

Antoine