By-pass ImageNow login screen when using WebNow URL

Sort:
You are not authorized to post a reply.
Author
Messages
agersh
Veteran Member
Posts: 81
Veteran Member

    Using Design Studio and the ImageNow WebNow URL I have been asked to add a custom button to a few PO forms in order to open ImageNow and display to the user scanned documents for a specific PO#.

    I am trying to implement this functionality using ImageNow’s WebNow automatic Windows domain authentication, use the windows account of whoever is logged in to the desktop and bypass the ImageNow login screen. We currently have WebNow automatic Windows domain authentication set up which one of are other vender applications that has a link to ImageNow is taking advantage of functionality of by passing the ImageNow login screen

     

    The following is the URL that I am trying to using with a button that I added to Lawson PO20.1 form. When I click the button a browser window opens displaying the ImageNow login screen, the login screen is not bypassed. We are using ImageNow 6.7 (in the process of upgrading to 7.0). Anyone have an idea what I am I missing in order to bypass the ImageNow login screen?  

    imgURL = "http://webcontent-tst/webnow/index.jsp?action=document &viewname=AP&field4=" + PONumber;  

    Srini Rao
    Veteran Member
    Posts: 148
    Veteran Member
      I did this couple of year ago. You need make a change in tomcat and lexmark support helped on this task. We used the anonymous to log on and perform the action.

      Robert Spurr
      Veteran Member
      Posts: 130
      Veteran Member
        We added the anonymous user name and password into the URL. We have this multiple forms throughout Lawson portal and works without issue.

        &username=anonymous&password=1
        You are not authorized to post a reply.