Focal Point
how to maintain the login credentials

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

February 12, 2006, 04:12 AM
Qalqili
how to maintain the login credentials
Dears WF-Devlopers

hi All;
i am just beginner with WF
i developed the application that need start-up page that required user name and password
[log in page];
i maintain one From ASPX page that maintain verification of user ID [already stored in DB]. and linked to Html page that contain WF report [if verification process passed] via URL and parameter;

i want to ask if there is another way that to do it inside WF Server and maintain the Login verification with out ASPX


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
February 13, 2006, 07:19 AM
<Sathish.B>
check "Setting Authentication Credentials" help topic.
February 17, 2006, 12:05 PM
Kerry
Hi Qalqili,

Here is the link for this topic.

Setting Authentication Credentials
http://documentation.informationbuilders.com/masterinde...wf53sec/03sec537.htm

You will need to have an InfoResponse userid/password to access the document.

Hope it helps. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
February 17, 2006, 01:12 PM
dhagen
If WF is running in servlet mode, you can also look into protecting the context (/ibi_apps) via the servlet container using JNDI. This allows you to define a table with a list of userid to verify all requests against. The first time a user tries to access a resource in the context, it will prompt them for a user/pass.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
February 18, 2006, 02:39 AM
Qalqili
thanX All my Friends Its Working


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.