Possible to integrate with legacy login service?

Hello,

We currently have a homegrown oauth server that I would love to replace with Hydra + Oathkeeper. The problem is that while we also develop the consent service, the login service is developed by another team that we have no control over. The login service does not implement any sort of login challenge verification. Is there any way to work around this to implement Hydra?

Thanks

If Hydra doesn’t know who the user is, then it won’t work. So you either need to connect it to their login implementation or build your own.