acrobat-sign
acrobat-sign copied to clipboard
Please classify the usage of CommonViewConfiguration::setAutoLoginUser
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:
- what's the intended business scenario of using this autoLoginUser in API
- 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