Redirect after logout

Hello,
I’m using OKTA in my angular application.
I have a problem: after signout i’m redirected to the akta login wedget => when I refresh the OKTA login widget and login => I’m redirected to OKTa dashboard instead of being redirected to my application.
I want that okta redirect to my application after (signout + refresh Okta login Widget).

Thank you

This is expected behavior when you refresh the page for the Okta hosted widget. Okta saves the request parameters to determine where to redirect the user after authentication. When you refresh the page, that information is lost so the user is sent to the Okta dashboard instead.

A potential workaround is to specify a url where the users are redirected to so they can initiate the login flow again.
https://help.okta.com/en/prod/Content/Topics/Settings/sign-in-widget-redirect.htm

Thank you for this response. OK, We can configure a default redirect app.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.