[keycloak-dev] Hardcoded port 8443

Tim Hedlund tim.hedlund at outlook.com
Tue Jan 8 03:23:05 EST 2019


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/c3fa471223e102e740425f166415eb1823b8d888/adapters/oidc/servlet-filter/src/main/java/org/keycloak/adapters/servlet/KeycloakOIDCFilter.java#L194

Is this intentionally?

Regards
Tim


More information about the keycloak-dev mailing list