Hi, I am trying to perform some e2e tests.
I have to access a web application, and it redirects me to the okta login, I type user and password and click on the login button. When I do this it should redirect me again to my web application, but it does not. What it does is to return to the okta login.
This does not happen manually, and using selenium either.
How can I fix it?
Thanks