Question
Redirection Fails for getting authorization token
Hi, I have encountered a problem with the OAuth API for redirection.
When I try to authorize the user through adobe through the authorization URL (sample attached below)
https://secure.echosign.com/public/oauth/v2?redirect_uri=https://somesite.com/adobe/login&response_type=code&client_id=xxxxx&state=&scope=user_read:account+user_write:account+user_login:account+library_read:account+library_write:account+webhook_read:account+webhook_write:account+webhook_retention:account+application_read:account+application_write:account+agreement_read:account+agreement_write:account+agreement_send:account"
}The redirection fails in this case: enter both email and password and click on login -> instead of redirecting back to redirect-URL, adobe takes me to the adobe dashboard.
The redirection works in this case: enter only your email and click on login without entering the password, there is a small loading indication -> user authorizes, and then adobe redirects correctly to the redirect-URL
What is the solution here?
Is there a way for the first scenario to always redirect the user to redirect-URL instead of the Adobe dashboard?
The redirection works in this case: enter only your email and click on login without entering the password, there is a small loading indication -> user authorizes, and then adobe redirects correctly to the redirect-URL
What is the solution here?
Is there a way for the first scenario to always redirect the user to redirect-URL instead of the Adobe dashboard?
