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).
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.