When trying to get the code parameter by hitting the authorize endoint https://auth.atlassian.com/authorize?audience=api.atlassian.com&client_id=xxxxxxx&scope=read%3Ajira-user%20read%3Ajira-work&redirect_uri=xxxx%2Foauth2%2Fcallback&state=${YOUR_USER_BOUND_VALUE}&response_type=code&prompt=consent
The page for consent appears. And on clicking the accept button, it lands on https://accounts.atlassian.com/decision webpage with a message "unauthorized". Thus breaking the flow. (as opposed to landing on my redirect uri with the code param)
FYI, previously I have been able to successfully login, give consent ,complete the flow, acquire access tokens and consume the Rest APIs. Not sure why it breaks now. Can you please help. Thanks.
@Sharon Alex Thanks for reaching out - just seeing this now unfortunately. This has been fixed tonight, so it's safe to use the auth.atlassian.com to start the flow as you described. We'll remove the support for starting the flow with accounts.atlassian.com (fix was the previous fix to this, not anymore though) towards the end of this week.
Please let me know should you still see any issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.