User Auth Session ID
Wednesday, December 5, 2018 at 10:59amGuys,
We are looking at this page for creating the Auth token for a user.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create
We have to do a POST request to this api call.
/authenticationTokens/user
The documentation says that either a Cookie header or an Authorization header is required.
I am curious to know, where do we get the value for the SessionId in the cookie example below.
Cookie: ESIGNLIVE_SESSION_ID=cdf5b882667d24a2
We are trying to get a user authentication for our Notary so that when they click the link, it will take them directly into the signing room.
Reply to: User Auth Session ID
Wednesday, December 5, 2018 at 12:11pmReply to: User Auth Session ID
Thursday, December 6, 2018 at 03:28amReply to: User Auth Session ID
Thursday, December 6, 2018 at 05:40amhttps://sandbox.esignlive.com/auth?authenticationToken=NTkxZmQ1Y2EtYzc5OC00MmQxLWE5YWItMDIxOGRkNDYxY2Qz
&target=https://sandbox.esignlive.com/a/transaction/Sn26VSXicuT9_TngE8EEzp9_U7w=/sign
The first part contains the credential logging into the account, and the second part is the target after logging in, we just put the potential Signing Room Url. Hope this could help! DuoReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:29amReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:33amReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:45amReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:46amReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:49amReply to: User Auth Session ID
Thursday, December 6, 2018 at 09:50amReply to: User Auth Session ID
Thursday, December 6, 2018 at 11:07am