Hello,
I have an application with a javascript file that opens a report from Bizflow Advanced Reporting. When a user clicks a button, the event is to 'Process custom script', and the script contains the link to the report, which is located in Bizflow Advanced Reporting.
The issue is that the link contains the username and password, and since we cannot hardcode the username and password, I have 2 hidden fields. One for the username and the second for the password.
In the controller for the form, I have a sql query going to the MEMBER table in Bizflow, and returning the PASSWD field based on the USER name. However, the problem is that the password is stored after it's encrypted in the DB. So, the result of the sql query is the encrypted password.
Is there a way in Webmaker to go around this?
Or is there a function in Webmaker to decrypt the Bizflow password?
I have an application with a javascript file that opens a report from Bizflow Advanced Reporting. When a user clicks a button, the event is to 'Process custom script', and the script contains the link to the report, which is located in Bizflow Advanced Reporting.
The issue is that the link contains the username and password, and since we cannot hardcode the username and password, I have 2 hidden fields. One for the username and the second for the password.
In the controller for the form, I have a sql query going to the MEMBER table in Bizflow, and returning the PASSWD field based on the USER name. However, the problem is that the password is stored after it's encrypted in the DB. So, the result of the sql query is the encrypted password.
Is there a way in Webmaker to go around this?
Or is there a function in Webmaker to decrypt the Bizflow password?
RE: Getting Bizflow passwords
WebMaker does not have any direct access to the Username and password for security reasons. WebMaker uses a session token from BizFlow, so there may be some method to launch Advanced Reporting with the token?
If you do get a solution from the BizFlow Support Team it would be very useful to post the details here.