Hi,
I have configured an application in redhat linux which has keycloak as Auth page for example
if i hit my app url https://myserver:8080/index.html it was going to auth url of keycloak which is https://myserver:8443/* after successful authentication i am able to access all my app features.
Now we have configured the main app url with App Gateway thing in Azure,
so the new url is
https://appGatewayUrl/index.html → if i hit this url it was going to https://myserver:8443/* keycloak Auth URL but after that i am going to server’s url https://myserver:8080/index.html instead of app gateway URL i.e., https://appGatewayUrl/index.html and i am getting access_denied page in the browser, i have mentioned the app_gateway url in keycloak web origins and redirect_uris path also, but i am getting access denied if i use app gateway and working fine if i use server’s url, may i know the reason behind it.
It is very very very urgent please respond ASAP please.
Thanks and regards,
P.L.G…R.C.PHANI