Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
I am working with authenticating Signers in the ceremony and when we try to set the signers to the default option (email) -- the package creation returns with a 400 error.

Replies Created

Reply to:

0 votes

Hey,
So I inspected the element and this is the img that is in the div where the check marked is located.
<img style="max-width: 241px;" src="https://trade.extranet.blatbrun.com/Content/img/check-confirmation.png" alt="Signing Complete">

Should it be pulling the check from here or somewhere else? 


Reply to:

0 votes

Hey, 

From your second suggestion I found a solution using the .Net code. We found that we could call the authenticationtokenservice and create a token for our signer in code. 
Here is the snippet below: 
 

 string signerAuthToken = _eslClient.AuthenticationTokenService.CreateSignerAuthenticationToken(new PackageId(result.Item2.PackageId), hostSignerId.Key);
                        signingUrl = $"..../access?sessionToken={signerAuthToken}";

 

thanks for the assistance,

 

D'Metrius Agurs


Subscriptions

Topics Replies Freshness Views Users
4 4 years 1 month ago 101
Profile picture for user Duo_Liang
I am working with authenticating Signers in the ceremony and when we try to set the signers to the default option (email) -- the package creation returns with a 400 error.
2 4 years 6 months ago 486
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.