Focal Point
[CLOSED] URL Shortcut for HTM or Focexec to run from user desktop

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2917004406

May 25, 2011, 10:15 AM
MMcDonald
[CLOSED] URL Shortcut for HTM or Focexec to run from user desktop
I want to put a shortcut on a user's desktop that will allow them to run a html or focexec without having to login.
is there a way to do this?
thanks

This message has been edited. Last edited by: Kerry,


8.0.9, Windows
excel / pdf
May 25, 2011, 10:20 AM
GamP
Depends a bit on where the login takes place. If it is a 'standard' login from the webfocus mre for instance, then you can provide the username / password in the url (IBIC_user / IBIC_password or something like that). You may also be able to do this when it is an application controlled username / password, but that depends on the application that has been created. If it is a browser login then I'm not sure. In IE it used to be possible to add username/password in fromt of the http address, but I don't really know if that still is supported by MS. Don't know about other browsers.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
May 25, 2011, 10:52 AM
ABT
GamP's suggestions also require a hardcoding of the userid/password in the URL. Be aware that that might be a big security hole in your infrastructure.

Also, I can see the day where this URL gets "shared" to others. I'm personally against this, but I am not sitting in your seat talking to your customers. <ASIDE> A request like this could only come from a VP or above</ASIDE>

- ABT


------------------------------------
WF Environment:
------------------------------------
Server/Client, ReportCaster, Dev Studio: 7.6.11
Resource Analyzer, Resource Governor, Library, Maintain, InfoAssist
OS: Windows Server 2003
Application/Web Server: Tomcat 5.5.25
Java: JDK 1.6.0_03
Authentication: LDAP, MRREALM Driver
Output: PDF, EXL2K, HTM

------------------------------------
Databases:
------------------------------------
Oracle 10g
DB2 (AS/400)
MSSQL Server 2005
Access/FoxPro
May 25, 2011, 10:55 AM
MMcDonald
Yes it is a standard login/password for all user...so I could embed the id and password with no security issues since this is not sensative informationm.
Can you please send me a sample of what the url should look like...?
Thanks


8.0.9, Windows
excel / pdf
May 25, 2011, 06:03 PM
N.Selph
Depends on how your security is set up in WebFOCUS. It also depends on self-serve or MRE. You might want to have your procedure self serve. Or if MRE, available to the "public" dashboard.
We have our security set up with the default standard userids set up in the WebFOCUS Client and dashboard. There are no logins required.
Also our other security coordinates with LDAP via the client callable exit, if the default password is not able to access the data.
There are quite a few options in setting up your environment to meet your security needs.


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
May 26, 2011, 02:55 PM
GamP
In your case I would follow N.Selph's suggestion of specifying the userid/password in the WebFOCUS client. You can easily do this using the webfocus admin console. Once that is done you won't need to login to webfocus any more.
You can set that up for self-service as well as for MRE logon. Check out the Webfocus security and administration guide, it's all in there.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988