Based on https://github.com/ory/hydra/blob/master/README.md, Hydra implements OAuth 2.0 Dynamic Client Registration Management Protocol.
However, client configuration endpoints do not return “registration_access_token”.
According to RFC7592, the “registration_access_token” has to be returned for read/update requests, so how come Hydra is compliant with the protocol?