I am trying to use the Okta Widget to authenticate and redirect the User to a new Website from ReactJs code but it stops after the Authentication and doesn’t proceed with redirection.
Followed steps as mentioned in Okta guide URL:
https://developer.okta.com/code/javascript/okta_sign-in_widget/
However I am able to achieve the same functionality following the steps from below url but it did not use the Okta Widget.
https://developer.okta.com/code/react/okta_react/
Error: Tokens values are getting as undefined in “OnSuccess” function