AutoLogin
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-
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-user | The 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. | header | string |
| x-on-behalf-of-user | The userId or email in the format userid:{userId} OR email:{email}. of the user that has shared his/her account | header | string |
