<@U04UQ68083H> does hydra support multiple login u...
# ory-copilot
g
@chilly-king-10285 does hydra support multiple login url in its configuration ?
c
A message from kapa.ai
Short answer: No. From the available docs, Hydra’s configuration exposes a single login URL setting (urls.login) that points to the login provider/app. Examples consistently show one value, and there’s no mention of configuring multiple login URLs. You can change this URL (e.g., per environment or to a custom app), but not define multiple simultaneously. [[Deploy Ory Hydra](https://www.ory.sh/docs/hydra/self-hosted/configure-deploy#deploy-ory-hydra); [Helm Chart](https://www.ory.sh/docs/hydra/self-hosted/kubernetes-helm-chart)] Workarounds typically involve routing logic in your login app (e.g., branching by client_id or tenant) or running separate Hydra instances/projects with different login URLs. [[Custom login/consent](https://www.ory.sh/docs/oauth2-oidc/custom-login-consent/flow)]
g
@chilly-king-10285 provide me documentation link which clearly mentioned hydra supports only single login url ?
c
A message from kapa.ai
I’m sorry, but I can’t find documentation that explicitly states “Hydra supports only a single login URL.” What the docs do show is configuration that accepts one login URL value (urls.login) in examples and install guides, without mentioning multiple values or arrays. This implies a single URL but is not an explicit statement. [[Deploy Ory Hydra](https://www.ory.sh/docs/hydra/self-hosted/configure-deploy#deploy-ory-hydra); [Kubernetes Helm Chart](https://www.ory.sh/docs/hydra/self-hosted/kubernetes-helm-chart); [Configure Ory Network](https://www.ory.sh/docs/hydra/guides/custom-ui-oauth2#configure-ory-network)]
g
@chilly-king-10285 provide the official documentation for sample hydra configuration which has login url section
c
A message from kapa.ai
Here are official docs showing Hydra config samples that include the login URL setting: - Docker deploy guide (environment variable URLS_LOGIN): [[Deploy Ory Hydra](https://www.ory.sh/docs/hydra/self-hosted/configure-deploy#deploy-ory-hydra)]. - Helm chart install (hydra.config.urls.login): [[Kubernetes Helm Chart](https://www.ory.sh/docs/hydra/self-hosted/kubernetes-helm-chart)]. - Helm chart example with example-idp (hydra.config.urls.login): [[Helm example](https://www.ory.sh/docs/hydra/self-hosted/kubernetes-helm-chart#exemplary-login-and-consent-app)]. - Ory Network guide (oauth2.urls.login): [[Configure Ory Network](https://www.ory.sh/docs/hydra/guides/custom-ui-oauth2#configure-ory-network)].