Skip to main content

All Questions

0 votes
0 answers
113 views

Vue 3 / Vite Bug? Using v-bind colon shorthand on <div id="xxx"> not working

I ran across an oddity that I cannot yet ID and wanted to see if anyone knew if this was a bug in Vue 3 / Vite, or in Okta or just user error. I'm implementing an okta authorization widget in Vue 3 (...
smportis's user avatar
0 votes
1 answer
213 views

Vue 3 / Vite Broken? Cannot get Okta Widget to launch

I am updating a Vue2 to Vue 3/Vite (not Vue CLI) application, and am having issues getting the Vue framework to redirect to the widget. Using the okta Classic Flow. I am following the updated Vue 3 ...
smportis's user avatar
0 votes
0 answers
82 views

Convert Okta Options API to Composition API

I have followed the Okta instructions to implement their sign in widget on my login page but I cannot get it to work as some of it is still written in options API and I am struggling at converting it ...
Qiuzman's user avatar
  • 1,459
0 votes
1 answer
687 views

How to set up Okta Signin Widget in Vue Okta app

I am attempting to integrate the okta signin widget into a Vue 3 project, based on the following: (Okta Sign-In Widget and Vue | Okta Developer). However, it appears that OktaSignIn is not available ...
JS_is_awesome18's user avatar