You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When any UI element in the parent component changes (hide/show) screen size may vary. In this case introspect API is getting triggered and refreshing the OKTA Sign-in Widget.
This we can reproduce by changing the screen size by browser width or height.
After that once we change the screen size by making the browser height or width change, we can see logs for introspect API, and that will be causing the refresh to OKTA Widget.
Describe the bug
When any UI element in the parent component changes (hide/show) screen size may vary. In this case introspect API is getting triggered and refreshing the OKTA Sign-in Widget.
This we can reproduce by changing the screen size by browser width or height.
Reproduction Steps
Complete integration by the given steps in the reactJS Okta Sign-in Widget.
https://developer.okta.com/docs/guides/archive-sign-in-to-spa-embedded-widget/react/main/
After that once we change the screen size by making the browser height or width change, we can see logs for introspect API, and that will be causing the refresh to OKTA Widget.
SDK Versions
"@okta/okta-react": "^6.8.0",
"@okta/okta-signin-widget": "^7.17.1",
Additional Information
The text was updated successfully, but these errors were encountered: