Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

691

July 8th, 2009 05:00

how to directly reach a drl link bypassing the logging page.

I have a DRL link: "http://10.251.159.218:9999/webtop/webtop/classic/homecabinet/homecabinet_classic.jsp?__dmfRequestId=__client14~~5&Reload=1247051878375&__dmfClientId=1247051871159"


I need to get into the page bypassing the login page.(through silent sign on).
Pls give some solution.....

3.4K Posts

July 8th, 2009 05:00

You can configure the DRL component as per the WDK Reference Guide (page 816 for the 6.5 guide)

In short, you create a custom drl_component.xml file, and use the following xml code:







user_name
encrypted_password
domain_name





5 Posts

July 10th, 2009 02:00

Thank you Johnny .


I encrypted the password using:
System.out.println(TrustedAuthenticatorUtils.encrypt("your password"));
and it worked fine.
No Events found!

Top