This adds the same KEYCLOAK_FRONTEND_URL variable that is used by keycloak itself to set the frontend, to inject into the API to be used in the .well-known discovery endpoint.
This adds the /auth path to this URL so that tools will be able to auto detect the correct path that keycloak is configured with correctly.
If in the future this /auth path is removed from being hardcoded as a path, tools will be able to rediscover keycloak without the relative path to /auth
This adds the same
KEYCLOAK_FRONTEND_URL
variable that is used by keycloak itself to set the frontend, to inject into the API to be used in the.well-known
discovery endpoint.This adds the
/auth
path to this URL so that tools will be able to auto detect the correct path that keycloak is configured with correctly.If in the future this
/auth
path is removed from being hardcoded as a path, tools will be able to rediscover keycloak without the relative path to/auth