Accessing SPA application with OAuth token

Viewed 12

I have a legacy web application in which was secured by username and password, from a database. I have another SPA application which is secured by Auth0. I want to add a link to the legacy web application for users to access the SPA application without asking additional authentication from Auth0. Is it possible to load the SPA application with a pre-authorized JWT token?

0 Answers
Related