cancel
Showing results for 
Search instead for 
Did you mean: 

12.0 guest account or automatic login

Former Member
0 Kudos

In 11.5 and prior you do something like this:

http://server/Lighthammer/Login.jsp?IllumLoginName=Guest&IllumLoginPassword=Guest&Session=true&targe...

to log people in automatically, or replace "Guest" with an actual username and password.

Is there an equivalent in 12.0 or 12.1?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
http://server:50000/logon/logonServlet?redirectURL=%2FXMII%2FIlluminator%3Fservice%3DPersonalization&j_user=theuser&j_password=thepassword
Former Member
0 Kudos

Nice! Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

... And don't forget that if you have more than 1 URL parameter in the redirect that you must encode the "&" with "%26" in the redirect URL, otherwise it get swallowed up as a URL parameter in the logon request.

E.g.:

http://<server>/logon/logonServlet?redirectURL=/XMII/CM/myreport.irpt?URLParam1=1%26URLParam2=2&j_user=myUser&j_password=myPassword