Copy link to clipboard
Copied
Is there any way to eliminate user's direct interaction to allow access to the application, in order to receive the authorization code?
Meaning, can this step below be replaced with an API call or something else that doesn't require the user's intervention?
Image from: Get Signing URL
no with oauth you need to have this interaction at least once. assuming you have an oauth application which provides account level permissions, you can then programmatically refresh the access token using the obtained refresh token.
Copy link to clipboard
Copied
no with oauth you need to have this interaction at least once. assuming you have an oauth application which provides account level permissions, you can then programmatically refresh the access token using the obtained refresh token.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more