Focal Point
[SOLVED] ENCRYPTING the Password field in InfoAssist+

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

October 16, 2017, 09:19 AM
NewBee...WF8
[SOLVED] ENCRYPTING the Password field in InfoAssist+
Hi,

I would like to know a way where we can ENCRYPT the password field with **** in InfoAssist+.

Scenario: I have created a Reporting Object off of which I have created Auto Prompt Reports. When I run the report I enter the User ID and Password. I want the Password to be masked and appear as ASTERISK while entering instead of showing the actual password.

Any suggestion in this regards will be highly appreciated.

Thanks.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
October 16, 2017, 09:47 AM
MartinY
This is something very easy using HTML Composer since you just need to use the "Mask text" property of the Edit Box control.

But with IA+ and a RO with auto-prompting, I'm not sure if that could be possible.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
October 16, 2017, 10:05 AM
Frans
But isn't the user already logged in when they access the reporting object? You can use security center to make this object visible to certain users only.


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
October 16, 2017, 10:09 AM
NewBee...WF8
Yes FRANS, user is already logged in. But, these reports will be accessed by a group of users and not individuals therefore, they will be using user id & password to access the reports (Generic credentials for the DB). Just to maintain the security we wanted a mechanism to mask the password field.


WebFOCUS 8
Windows, All Outputs
October 16, 2017, 10:30 AM
MartinY
quote:

these reports will be accessed by a group of users


This is a PERFECT candidate for WF Security Center Group policy.
No need to have a password protection on top of a already authenticated id/password.

Create a Group in Security Center and add the specific users to it.
Then have your "special" report rule "List and Run" set only to the above group.

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


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
October 16, 2017, 11:10 AM
NewBee...WF8
Thank you very much everyone for your valuable suggestions. MartinY, I think your suggestion seems logical to me.

Thank you all once again.


WebFOCUS 8
Windows, All Outputs
October 17, 2017, 10:44 AM
MartinY
My pleasure

If this is resolved, edit your first post then add [SOLVED] at the beginning of your post subject.

Regards,


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007