<@U04UQ68083H> how to remove the jwks_uri entry fr...
# ory-copilot
g
@chilly-king-10285 how to remove the jwks_uri entry from the Hydra well-known endpoint? Or make it null at least?
c
A message from kapa.ai
I'm sorry, but the knowledge sources do not contain information on how to remove or set the
jwks_uri
entry to
null
in the Hydra well-known endpoint (
/.well-known/openid-configuration
). The documentation describes how to expose, retrieve, and manage JWKS endpoints and key sets, but does not mention any supported method to omit or nullify the
jwks_uri
field in the well-known configuration. By default, Hydra always exposes this endpoint as part of its OpenID Connect and OAuth2 implementation, and it is referenced in the well-known configuration as required by the specification [GitLab configuration - OAuth 2 setup](https://www.ory.sh/docs/hydra/self-hosted/gitlab#gitlab-configuration---oauth-2-setup). If you have a specific use case for hiding or removing this field, you may need to consult Ory support or consider a custom proxy solution, but this is not covered in the provided documentation.