Forum

Chris Bouveret
Keymaster
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
5 years ago #23626
Up
0
Down
::

Hi there,

this can be done using a Business Object following these Steps:

– Call the Auth Request which has the Cookie result
– Save the Cookie Result in User attributes (Simplifier.User API) or use the result to call the following request

My sugesstion would be to save the Cookie in the user’s attributes, if you have a named user login or SSO.
When using a technical User, you can just request a new cookie each time the Business Object is called.

Hope that helps