So I’m new implementing SSO and using OKTA I managed to make the login work with identity server.
When I login from my login page and use OKTA to login, it redirects properly to my web app.
When I launch the app from my OKTA’s dashboard and do the login from there, instead to redirecting to my web app, it’s trying to load the root of my identity server.
The login process works, if I try to access to my web app is aithenticated, it’s just the redirection after login in what is not working as expected.
Any suggestion on what configuration I need to check on?
Thanks!