• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Security settings error with web service

New Here ,
Jan 28, 2020 Jan 28, 2020

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?

TOPICS
Acrobat SDK and JavaScript

Views

571

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 28, 2020 Jan 28, 2020

Copy link to clipboard

Copied

What method gives the error?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 28, 2020 Jan 28, 2020

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 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 28, 2020 Jan 28, 2020

Copy link to clipboard

Copied

What Javascript method gives the error?

 

Did you read the documentation in the Acrobat Javascript Reference?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 20, 2020 Apr 20, 2020

Copy link to clipboard

Copied

I'm geeting the simalar issue while calling the soap.connect or soap.response method

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 20, 2020 Apr 20, 2020

Copy link to clipboard

Copied

Have you observed all the security warnings in the API docs?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 20, 2020 Apr 20, 2020

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines