
DavidB.32401 (Customer) asked a question.
When verifying a push notification, instead of redirecting to the application homepage, I'm being redirected to the login screen. This is a Vue 2 app, with the following login code:
I'd expect to see a redirect to the app homepage like what happened before enabling the MFA signon rule in Okta. Any insight would be appreciated.

Hello @DavidB.32401 (Customer)
Thanks for posting.
I believe you’re missing the redirect_uri parameter in your widget configuration.
You can see all the widget parameters here:
https://github.com/okta/okta-signin-widget#openid-connect
Additional information on this document:
https://developer.okta.com/code/javascript/okta_sign-in_widget#sign-in-to-your-application
If you need further help You can open a support case with our team using the information in the link below: https://help.okta.com/en/prod/Content/Topics/Directory/get-support.htm
Let us know if this helps you.
Daniela Chavarria.
Okta Inc.
Thanks for your reply, but the redirectUri param is not missing, it's clearly defined in the code I provided. I'll open a support ticket.