Meaning of `authenticationMethod` and `authenticationInstant` in "Post Recipient View"
Asked Answered
T

1

7

According to the API docs for "Post Recipient View", the attributes mean:

authenticationMethod: A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion.

authenticationInstant: A sender generation[sic] value that indicates the date/time that the signer was authenticated.

I'm not sure what is meant by "the convention used to authenticate the signer". My users are authenticated via Email/Password, as is fairly common. What are the valid values for these attributes ("EmailWithPassword" was not accepted by the API)? What value corresponds to "authentication via password"?

Truncheon answered 18/6, 2015 at 0:59 Comment(0)
S
8

The authenticationMethod is a required field/metadata that is added to the Certificate of Completion. It is in your best interest to supply a value that best describes how your application authenticated the signer so you have an accurate replay/history when reviewing the certificate of completion. Accepted values listed below:

  • "Password"
  • "Email"
  • "PaperDocuments"
  • "HTTPBasicAuth"
  • "SSLMutualAuth"
  • "X509Certificate"
  • "Kerberos"
  • "SingleSignOn_CASiteminder"
  • "SingleSignOn_InfoCard"
  • "SingleSignOn_MicrosoftActiveDirectory"
  • "SingleSignOn_Passport"
  • "SingleSignOn_SAML"
  • "SingleSignOn_Other"
  • "Smartcard"
  • "RSASecureID"
  • "Biometric"
  • "None"
  • "KnowledgeBasedAuth"
Singh answered 18/6, 2015 at 20:13 Comment(3)
Awesome! Do you have a source for this? Not that I don't believe you; I just want to know what I missed in my research.Truncheon
: ) understood. I grabbed it from one of the API schemas: docusign.net/api/3.0/schema/dsx.xsdSingh
Note that "Email" in this case means you validated their email address (similar to normal DocuSign emails) whereas "Password" is what you'd use in this case.Touzle

© 2022 - 2024 — McMap. All rights reserved.