We are running our own application in one docker container and keycloak in another. During
first time login to our custom application, we get this URL
https://172.18.224.1:30302/auth/realms/tde/protocol/openid-connect/auth?r...
which we want to avoid. If we click this link then it redirects to keycloak client UI.
How to avoid this link and go directly to keycloak UI page