cuddly-father-90762
09/09/2022, 1:41 PMhydra-login-consent-node
expects admin URLs to start with /admin
because that's what @ory/client
specifies.
But that doesn't match the hydra HTTP API docs. Moreover, the configuration claims we can set urls.self.admin
but this doesn't pass the validator in vs code, nor does it actually start hydra (tried v1.10.5 and also v1.11.10).
hydra | urls.self: map[admin:<http://127.0.0.1:4445/admin> issuer:<http://127.0.0.1:8080/> public:<http://127.0.0.1:8080/>]
hydra | ^-- additionalProperties "admin" not allowed
So like, what gives?