I successfully followed the instructions here to get information on a user alexa skills and other data I needed for a website I'm building. However, I would like to also get the amazon user profile. I know that it can be done following these instructions, but apparently Login with Amazon and AVS use different client ids and different scopes each.
Is there a way to programatically get both the profile and the AVS information without having the user to login twice into amazon? I'm using Authorization Code Grant if that helps.