0

Intranet site with user login

Is there anyway that I can incorporate user credentials in the HTML link to allow for domain user logins.

I have an intranet page I'd like to display and a generic account associated to display a Kiosk view of an intranet page.

Can this be done?

8 comments

  • 0
    Avatar
    Romeo

    Hi,

    Please ask the site administrator/web developer for that site which type of authentication method is used by the site.

    You may also want to find out by yourself by running a wireshark capture of the login process and then inspecting the relevant packets. Once you know which authentication method is used we'll then be able to confirm if the login information may be directly incorporated in the HTML page to allow you to login to the site.

    Regards,

    Romeo

  • 0
    Avatar
    Dean Robertson

    Hi Romeo,

    The authentication method for the site is "Windows Authentication"

  • 0
    Avatar
    Romeo

    Hi Dean,

    I'm looking for a more precise answer. Please see the below URL for further details:

    https://technet.microsoft.com/en-us/library/hh831472(v=ws.11).aspx 

    See the Practical applications table. 

    Regards,

    Romeo 

     

  • 0
    Avatar
    Dean Robertson

    Within Google Chrome and Mozilla Firefox, the username and password can be sent as part of the http header using the following syntax: https://user:password@server/.  This can also be done within Internet Explorer by enabling a registry key in Windows under HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE.

    1) What browser is BrightSign rendering the html5 pages in?  If the browser is running a build similar to the three above, is there an option to enable the passing of credentials?
    2) If it is based on a different engine, are there equivalent features to enable?  When attempting to pass the credentials previously, this failed.  This may be as a registry key, or a configuration file

  • 1
    Avatar
    Alex Braun

    I just wanted to confirm for anyone else looking that I was able to get the https://username:password@server type link working with Tableau Server on Premises. I have been trying to figure this out for a while and came across here.

  • 0
    Avatar
    Robert Podgorski

    Alex,

    Any luck with Tableau online authorization?

    Im trying to display dashboard but I'm getting sign on page 

  • 0
    Avatar
    Jamie Golden

    Hi Alex Braun, can you please share an example of the url for your tableau fix?  I take it you are not using "GUEST".

    Thanks,

    Jamie Golden

  • 0
    Avatar
    Brett Blankenship

    Looking for Tableu auth myself, anyone have a secure solution?

Please sign in to leave a comment.