I have a full IVIA v11 installation running on OpenShift, including two RPs, each with one container for pod.
I have also configured a simple federation between these two RPs using the OIDC implicit flow. These steps are well documented in cookbooks such as Configuring OIDC Federation and FederationCookbook. I have used this configuration in the Virtual Appliance, including IVIA v11, for many purposes and it has always worked fine.
When the user clicks on the federation link on the login page of the first RP, the browser should be redirected to the second RP, and the authorization request (https://<RP2>/mga/sps/oauth/oauth20/authorize?...) should be sent to RP2 as expected.
Despite the browser initiating a request to RP2 (confirmed by inspecting network traffic using developer tools), the request ends up going to RP1 instead.
Both RPs are exposed via routes, and they are connected to their respective services, which in turn connect to their respective pods.
Any ideas on how to resolve this issue?
tks
------------------------------
Rudy Santos
------------------------------