Issue with Okta redirection

Hi All,

I am facing a issue on our UAT environment.
This application is developed in .net core 3.1
The application authentication is working.

But it only redirects the user to the default URL.

We have the same setup for the test environment with the same application and it work correctly.

For example if the requested url is https://test.com/abc then the user is redirected to the abc page. But same is not happening on the UAT environment.

As far as the OKTA configuration and application configuration goes everything same.

In the UAT environment we have two things different

  1. We are using F5 has load balancer
  2. We are using the IIS 10.X

Anyone have any idea why we might be getting this issue is highly appreciated.