Skip to main content
Participating Frequently
February 20, 2023
Question

PDF Form Javascript Submit Add Authentication

  • February 20, 2023
  • 1 reply
  • 1957 views

Hi,

 

We are using PDF forms to submit the whole PDF into our server using the following.

 

this.submitForm({
cURL:'{serverURL}',
cSubmitAs: 'PDF'
})

 

We need to implement some authentication over this submit form functionality. Is it possible to implement any authentication over this submit. 

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 20, 2023

What kind of authentication, exactly?

Participating Frequently
February 20, 2023

We are giving the PDF Forms to the users in our organization. We need to make sure that nobody outside the organization is able to submit the PDF to our server.

Is it possible to implement oauth2 authentication? If not then can we have add some device information(device account name, Adobe Id, email) along with the Submit URL so that we can validate the User.

try67
Community Expert
Community Expert
February 20, 2023

I suggest you look into using Certificates to make sure only people in your organization access the file, then.

If you want to enforce some kind of authentication you would need to do it on the server-side, though.