Password handling

Hi all,

I would like to involve an authorisation to a DSP based portal (using name and password from Integration Server).

Under the WmRoot package is the userList flow, with outputs:

  • name
  • group
    - password

The problem is that the output for the password is encoded, so we can not use it.

Is there any possibility how to decode the pass value, or at least get the true / false value.

Thanks,

Andrej.

I am not sure if I understand the question right but you can always put the security on DSP pages through .access file where you mention which users are allowed to see the specific DSP.

Yes, that’s true, but my intention is to use the name / user value stored directly under the integration server, so I will be able to compare this two values against the values entered by a user (something like login).