Apparently in keycloak.x the url for OpenID authorizatiin changed.
For keycloak was “http://localhost:8080/auth/realms/master/protocol/openid-connect/auth”, but with keycloak.x, it is “http://localhost:8080/realms/master/protocol/openid-connect/auth” (notice the missing ‘auth’ at the begin).
Any idea if this was intended, and if it was, where should this change be documented? This change can become quite frustrating if the official documentation shows the old format but does not specify the keycloak.x difference.
Thank you