is it possible to do a authentication in Simplifier´s Rest Connector with a Session Cookie?
On Session-Cookie based authentication only the first Rest-Request is done with username password. In this first request the Rest-Server answers with a Session-Cookie which contains a session key. On the following request I will only authenticate with this cookie without the credentials.
I think it is similar to Token or SAP Logon Ticket Authentication.
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.