Skip to main content
Participant
March 3, 2018
Question

Configure OAuth for localhost testing

  • March 3, 2018
  • 1 reply
  • 1794 views

When first starting out and going through setup, how to you configure OAuth for localhost host testing if it only accepts "https"?

scope=user_login

Secondly I'm more interested in embedding a PDF form into my website and having the form filled out and saved instead of emailing. Not sure how the widget plays. Do I create the widget first then manipulate the widget with the REST APIs? If so where are some samples?

This topic has been closed for replies.

1 reply

Participant
May 22, 2018

Hi.

Did you get localhost to work? I need to work locally so I can debug.

Thanks.

Participant
May 22, 2018

I've got it to work however the documentation is not completely accurate.

The url was as following:

https://secure.eu1.echosign.com/public/oauth?redirect_uri=https://localhost:44383&response_type=code&client_id=<FULL CLIENT ID>&scope=user_login:self+agreement_send:account

Participant
February 18, 2020

Did you do this with AEM forms 6.4?