Keycloak.x new OpenId url

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

There’s no official “release” of Keycloak.X yet, it’s only preview. Therefore, the documentation will show only what is released. Once Keycloak.X is officially released and there’s no documentation pointing to the differences, you can complain.

Got it, thank you. I also posted that here so that other people that are struggling with this can find a quick fix. Waiting for the official release then.