I have account linking working for my Alexa app. My app is currently in Development mode (not live yet)
When the user visits MY hosted OAuth page, if they decline authorization, they are re-directed to one of the Redirect URLs
For example: pitangui.amazon.com/api/skill/link/MY_SKILL_ID
BUT.....
In other apps (e.g. the FitBit app), in this scenario, AWS redirects the user from pitangui.amazon.com to skills-store.amazon.com.
My App:
1 - mydomain.com/authorize -> redirects to:
2 - pitangui.amazon.com/api/skill/link/MY_SKILL_ID
FitBit:
1 - fitbit.com/oauth2/authorize -> redirects to:
2 - pitangui.amazon.com/api/skill/link/FITBIT_SKILL_ID -> redirects to:
Im asking about this because the UI from pitangui.amazon.com differs from skills-store.amazon.com