Copy link to clipboard
Copied
Hello,
I'm trying to use javascript within adobe acrobat to make an external call using a web service and integrating with an SSO platform. While trying to pull the results of call back into PDF I get error "NotAllowedError: security settings prevent access to this property or method"
Is there a way to surpass that setting? What would the implications be?
Copy link to clipboard
Copied
What method gives the error?
Copy link to clipboard
Copied
SOAP web service calling to API of Okta platform.
Basically trying to trigger a user authentication call in which from clicking on a field user is prompted to enter username and password and those credentials are passed to AD or Okta, with positive result pulling user info back into pdf as a "signature" of sorts
Copy link to clipboard
Copied
What Javascript method gives the error?
Did you read the documentation in the Acrobat Javascript Reference?
Copy link to clipboard
Copied
I'm geeting the simalar issue while calling the soap.connect or soap.response method
Copy link to clipboard
Copied
Have you observed all the security warnings in the API docs?
Copy link to clipboard
Copied
It's working in adobe acrobat pro but While I'm opening this pdf in internet explorer it's giving me the security error,
Yes I have checked all the Security warning in api docs