While trying to generate an authCode for Adobe Analytics, we are getting "login_required" error.
Below is the URL to generate authCode:
https://ims-na1.adobelogin.com/ims/authorize/v3
?
response_type=code&client_id=6a9*************redirect_uri=
https://us-west-2********************
&scope=openid,read_organizations,additional_info.projectedProductContext,additional_info.job_function&access_type=offline&prompt=consent
Below is the error message:
Has their been any recent updates in Adobe Analytics?
Solved! Go to Solution.
Just to be clear, when I mentioned adding 'prompt=login,consent', it was just meant for testing purposes. I never mentioned that this is now required at Adobe's end. I'm not aware of any changes from Adobe's end. It could be something else as it is working manually. Had there been any changes, it would have returned the same results.
Hence, I would suggest logging a support ticket with all the required details.
A couple of things to check:
One more thing that I found which you can try is to update the URL to include the prompt=login parameter along with prompt=consent to ensure the login screen always shows up, regardless of session state.
https://ims-na1.adobelogin.com/ims/authorize/v3
?response_type=code
&client_id=6a9*************
&redirect_uri=https://us-west-2.console.aws.amazon.com/gluestudio/oauth
&scope=openid,read_organizations,additional_info.projectedProductContext,additional_info.job_function
&access_type=offline
&prompt=login consent
If it is still an issue, please feel free to log a support ticket.
We have verified the URL manually and it is returning authCode correctly.
Earlier it was working with 'prompt=consent', suddenly it has stopped working.
So, what recent changes happed from Adobe side that we need 'prompt=login,consent'?
Just to be clear, when I mentioned adding 'prompt=login,consent', it was just meant for testing purposes. I never mentioned that this is now required at Adobe's end. I'm not aware of any changes from Adobe's end. It could be something else as it is working manually. Had there been any changes, it would have returned the same results.
Hence, I would suggest logging a support ticket with all the required details.
Yeah, I would say Client Care is probably the best bet here... they should have access to more backend logs to drill right into the issue you are encountering...
Good Luck!
Views
Replies
Total Likes
How can we connect with Client Care?
Views
Replies
Total Likes
In Admin Console, there is a Support tab where you can create a ticket with Client Care.
Views
Replies
Total Likes