Aaron Granick

Results 136 comments of Aaron Granick

@CVANCGCG Based on the error "Cannot read property 'oktaAuth' of undefined", It looks like `Vue.prototype.$auth` has not been initialized. This is done in the install() method defined here: https://github.com/okta/okta-oidc-js/blob/master/packages/okta-vue/src/okta-vue.js#L6 It...

To include sourcemaps, the `source-map-loader` should be added to the webpack config, under the "module / rules" section, as described here: https://webpack.js.org/loaders/source-map-loader/ Having the sourcemaps will make it easier to...

The problem may be caused by the logic in `router.beforeResolve` running on the **callback** route. The callback route should not contain any logic, including reading tokens or retrieving user info....

@reesewesterhoff Alternatively, remove `pkce: false` from your Vue code. `true` is the default and recommended setting for `pkce` option. The value for this setting must match between the signin-widget and...

@yapici To confirm, you are running on a MacOS computer? What factor types have you enabled under `Security > Multifactor` in the Okta Admin UI?

@yapici Try setting the `webauthn` feature to `true` as described here: https://github.com/okta/okta-signin-widget#feature-flags

@tonyfang-techjutsu If this is not currently possible, we should be able to add this capability. I've created an internal id OKTA-416413 for tracking this request.

Have you enabled `features.showPasswordToggleOnSignInPage` ? https://github.com/okta/okta-signin-widget#feature-flags

@ey52fpv If possible please provide more detail with your question. Thanks.