Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Getting the User Info while Invoking the Process

Avatar

Level 10

Hi All,

    We have created few processes and are working fine.. Now we got a new request to enable the Site Minder authentication for each request. In our project the LiveCycle process is getting invoked from a Flex code via SOAP end point. Flex application is authenticating the request by reading the info from the request object sent by the Site Mider. Is there a way in LiveCycle process to read information from the browser request object? Our application is not linked with LDAP. We wanted to know the user id that was passed as part of the Site Minder authentication and use it in the rest of the services.

    Thank you for your time and help..

Regards

Srini

1 Accepted Solution

Avatar

Correct answer by
Level 10
5 Replies

Avatar

Level 10

You'll have to extract the user information from the request object and pass it to LiveCycle when you invoke the process.

Jasmin

Avatar

Level 10

Jasmin,

         Thank you for your reply. What you are saying is, the Parent app which is invoking the LiveCycle process needs to read the Request object and then pass the user info to the LiveCycle process.

         So we do not have a way to read the browser cookie information from the LiveCycle process. Just want to confirm..

Thanks

Srini

Avatar

Correct answer by
Level 10

Correct.

Jasmin

Avatar

Level 10

Hi,

     Still one more question on the same. Is there a way to find the IP Address, Browser Type etc from the client who invoked the LiveCycle Process?

     Our Process is invoked using the SOAP end point and can we find where the request is coming from?

    

Thanks

Srini