I have been following the guide at Interaction-Based Authentication for Alexa Skills with Auth0 and logging in works, however it is returning a token signed by the API instead of the client. How can I get a JWT from this to communicate with another API.
@paulmdemers I believe it is in the Authorization URL where we set this, in the guide you linked to it’s at audience=[the identifier of the POD API]**
to which API we are communicating with. What is the other API you wish to have access to?
1 Like