Redirect URI for Identity providers changed

We started using keycloak on version 15.02 and added Identity providers for a customer and the redirect below was created automatically.

https://domain/auth/realms/login/broker/oidc/endpoint

Last week we had a guy upgrading to version 23.0.7. And now the redirect is changed to

https://domain/realms/login/broker/oidc/endpoint

The result is that the login is not working, and we need to ask our customer to add the new redirect URL to the App registration in Azure.

Is this the way it’s suppose to be or have we done something wrong in the setup or upgrade?

If this URI changes again when we have 50 customers, we need to contact all of them again.

The default root path has changed when Keycloak moved to Quarkus framework.
http-relative-path is your friend: All configuration - Keycloak
Set it (most probably) to /auth.

many thanks for your suggestion.

that fixed the issue.