acrobat-sign icon indicating copy to clipboard operation
acrobat-sign copied to clipboard

Please classify the usage of CommonViewConfiguration::setAutoLoginUser

Open ryang-bgl opened this issue 3 years ago • 0 comments

Hi,

The following API is dangerous and it would be good to document its intended usage method: AgreementsApi::createAgreementView parameter: agreementViewInfo

agreementViewInfo use CommonViewConfiguration, and CommonViewConfiguration has option: autoLoginUser

If we set autoLoginUser to true, the createAgreementView will return a url to automatically log in the user in as the token owner. The user will then see all the documents as the token owner. In OAuth2 scenario, usually, the Admin will set up the OAuth handshake, and the Signers/Viewers won't necessarily have an account with Adobe.

Please clarify:

  1. what's the intended business scenario of using this autoLoginUser in API
  2. what's the api to use to get a readonly view of the signing document, eg. for people in the cc list. We shouldn't need to ask the user to login to view the signing document

Thanks

ryang-bgl avatar Oct 10 '22 04:10 ryang-bgl