Hi All,
I noticed that when I tried to set the OpenID java adapter configuration parameter
"ssl-required" to "all" I started to get port 8443 in the
redirect_uri:
response_type=code&client_id=skf.com&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fgroup%2index.html&state=ee8e8b59-f10a-4d13-b2d6-ff8b507850b2&login=true&scope=opened
I was curious to why I got the port 8443 and I found it being hardcoded here:
https://github.com/keycloak/keycloak/blob/c3fa471223e102e740425f166415eb1...
Is this intentionally?
Regards
Tim