Skip to main content
Participant
January 4, 2021
Question

AutoLogin

  • January 4, 2021
  • 0 replies
  • 217 views

Using Adobe Sign API and I can not get the autoLogin feature working.

I have am making a call to with all the correct OAuth scopes.  However, every time it prompts me for the Adobe Sign login when I open up the URL.  

 

Calling this API Call:

POST /widgets/{widgetId}/views

 

Parameters:

Authorization: -valid token that works-

widgetViewInfo = {
"name":"AUTHORING",
"CommonViewConfiguration" : {
"autoLoginUser" : true,
"noChrome": true
}

 

Same this with this call I get the same behavior the login screen prompt up even with the autoLogin set to true:

POST /agreements/{agreementId}/views

 

 

I have nothing set for these variables on both calls.. It doesn't seem like it is required for my purpose.  I just want the calling account to be the authorized viewer for now.

x-api-userThe userId or email of API caller using the account or group token in the format userid:{userId} OR email:{email}. If it is not specified, then the caller is inferred from the token.headerstring
x-on-behalf-of-userThe userId or email in the format userid:{userId} OR email:{email}. of the user that has shared his/her accountheaderstring

 

This topic has been closed for replies.