Here is a documentation page on allowing users to login with Alexa into Drupal: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/doc...

We need to investigate how to implement this - is the Drupal OAuth module compatible? Do we need our own implementation?

Comments

meba created an issue.

Chris Charlton’s picture

+1, this is needed.

raghunatha’s picture

Any update on this.

I was able to do Account Link between Alexa and Drupal 7 using OAuth2 Server module.
Now my difficulty is how to identity user when a request comes in to drupal from Alexa Skill.
Did user complete account linking process in Amazon Alexa App for a skill.
Based on identifying user I want to give user, user specific content.

Any one know how to implement this in drupal 7.

raghunatha’s picture

Hi All,

I figured out how to identify a user from Alexa request that is coming in.
In request JSON we have accessToken which can be matched against the access token that was issues to the user so that user of Drupal can be identified.

If needed more information please let me know i can help you on account linking of Alexa with Drupal.

Thanks,
Raghunath.A

raghunatha’s picture