I have installed and configured TOSCA server 2025 , has the SSO okta enabled for the same.
Our tosca server is behind a Load balancer when we connect externally.
The issue is Okta SSO is working fine in server machine where tosca is installed, but out of the server machine due to load balancer issue I am seeing the error:
“InternalServerError: An error was encountered while handling the remote login.", in the browser.
The logs in Authentication server say : “ An error was encountered while handling the remote login.\r\n ---> Microsoft.AspNetCore.Authentication.AuthenticationFailureException: Sign in request expired\r\n”
I have checked the NTP server and it is working fine, have gone through few articles for the resolution but no luck.
We have used a cookie for sticky session too but no luck.
Can anyone help me with below information:
1.is there any recommendation for cookie name in Load balancer?
2. If tosca server need custom settings at Load balancer side, what are those settings?