Hydra Configuration - grant_type selection

I want to force Hydra to support only one grant type. For example only ‘authorization_code’. Can i select supported grant types in configuration?

So that http://hydra/.well-known/openid-configuration “grant_types_supported” property only return ‘authorization_code’.

That is in fact not possible right now but I think it would make sense to have this configurable. Mind opening an issue (and optionally a PR? :slight_smile: )?