But when a user experiences an error like User creation is disabled or Status Invalid, it lands on the Okta error page. Is there any way I can set this to redirect to our login page? Thanks.
What tech stack are you using for callback handling?
Do you see any errors on the console after an error is thrown?? Which version of Okta are you using? Could you also let me know what your redirect URL is like? for example, https://localhost:8080/callback?
Also, are you using Okta Classic or OIE? Based on what your answer is, it might be different.
I just want to skip this page, and instead redirect the user to our web application. Our intent is to have the whole okta flow invisible to the end-users. Landing on this error page, makes it confusing for them.