You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been advising that the Gluu Server needs to be configured with the hostname of the load balancer.
for example, the discovery url should display the Load Balancer / Proxy hostname
because the client
never sees the backend hostname
Hence during adding API in order to correct RPT endpoint work we need to add parameter 'preserve_host=true' for proper UMA Client work
With proxy we get error:
In testing environment there are 2 servers:
The flow is the next:
https://ce-prev-version.gluu.org:9443/ -> https://ce-release.gluu.org
In oxAuth configuration we changed token endpoint URL to point to proxy:
"tokenEndpoint":"https://ce-prev-version.gluu.org:9443/oxauth/seam/resource/restv1/oxauth/token",
In the UMA metadata issuer is:
But it expects https://ce-prev-version.gluu.org
I think the proxy is just and intermidiary and real UMA AM is "https://ce-release.gluu.org"
Here is UMA configuration: https://ce-prev-version.gluu.org:9443/.well-known/uma-configuration
The text was updated successfully, but these errors were encountered: