Trying to integrate OKTA with Quasar Electron App
-
Hi All,
I am new to quasar and facing some issues while trying to integrate the quasar electron application with OKTA using the Okta-Vue SDK.
I have added “@okta/okta-vue”: “^1.2.0”, as a dependency to the project to handle the Auth and Tokens.
I am using the OKTA’s Custom-Signin Widget ( “@okta/okta-signin-widget”: “^3.6.0” ) instead of routing to OKTA for login.
Using this widget and following Okta’s VUEjs quick start guide, I could render the sign-in widget and successfully authenticate PKCE flow at the OKTA end.
And by using the redirect URI, ‘http://localhost:8080/implicit/callback’, when the OKTA routes back to the app, it gives the below error.
“GET http://localhost:8080/implicit/app.js net::ERR_ABORTED 404 (Not Found)” in the console.
Has anyone run into the same problem? Is there a way to get this working?
Any help would be much appreciated! Thanks!
-
This post is deleted!