[Vuejs]-Vue.js, Express Server, Okta, deploy to Heroku, 404 on implicit/callback

0👍

Well it’s not too bad. The answer I found is that you have to go back to token storage and use the OktaClient instead of their implicit callback setup. Solved the problem by following This tutorial.

Leave a comment