This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to redirect to web portal when it is deployed behind load balancer and "openid" authentication module

Hi,

We have two web portals on 2 servers which is deployed behind load balancer. Load balancer used is AWS CLB and sticky session is also configured on CLB. Authentication module used for web portal is openid role based and for openid we have configured redirect URI as "https://<CLB>/OneIdentityManager/page.axd". And we are using Red Hat for SSO. When we hit the red hat URL, it checks the redirect URI of openid and the redirect URI which we can see is the URL of one of the web portal servers instead of CLB URL and thats the reason throws an error. How can we resolve this issue? We are using 8.0 version.

Parents
  • You need to configure the web portal URL in the web.config files of your web portals to point to https://<CLB>/OneIdentityManager/page.axd. In addition configure on off your entries in QBMWebApplication for your web portals to contain this URL (https://<CLB>/OneIdentityManager/page.axd) as well.

Reply
  • You need to configure the web portal URL in the web.config files of your web portals to point to https://<CLB>/OneIdentityManager/page.axd. In addition configure on off your entries in QBMWebApplication for your web portals to contain this URL (https://<CLB>/OneIdentityManager/page.axd) as well.

Children