Where is "registration_access_token" from RFC7592?

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?

Yeah, we’re only supporting OIDC Dynamic Client Registration: https://openid.net/specs/openid-connect-registration-1_0.html

This should definitely be clarified

@hackerman thanks for the quick response! Is RFC7592 in the roadmap?

Unfortunately not at the moment.