Skip to main content
Participant
April 18, 2012
Question

Silent Login/Authentication from browser app.

  • April 18, 2012
  • 1 reply
  • 1096 views

We are using RoboHelp Server for our help system.  RH9

We plan to ship a Silverlight application that will be servered up from Asure and from our clients own servers/domains.  We are hoping to host the help from our own internet facing servers.

Since our help content is very detailed and comprehensive, we need to have the help in a protected area.  (With RH server reporting features, we can quickly respond to our end user needs.  This will be really cool and cost effective.)  BUT, since we will have 10k users hitting the server, we do not want to maintain an AD and raise the cost of operations.  So we would like a way to have a link in our Silverlight application to point to the Robohelp server hosted our domain and silently authenticate because, we do not want to one password that everyone knows, but if they are running our application, that they have the authorization to access the help.

I have looked at the samples and the REST examples and have successfully used them, but I do not see a way to get the help to launch in a browser window without the user being prompted to login on the administrator login screen.  Is there a way to authenticate silently so that the login screen does not display?

Is there a way to replace the login screen with a 'company/product' themed screen if we can not automate the authentication?

TIA  John E

This topic has been closed for replies.

1 reply

RoboColum_n_
Legend
April 19, 2012

Hi John and welcome to the RH community.

We went through a similar though process awhile ago (albeit with completely different requirements) and ended up discounting it. We did suceed in authenticating users programmatically inside our Java application. Basically the API called the help and authentication was handled by a hard coded userid/password. This also bypasses the authentication screen as the end users do not see it. I'd see this as the way to go for you. It is not possible to do this in the RHS interface without setting up individual users for each customer.

Colum