ory / hydra-client-java

Apache License 2.0
26 stars 7 forks source link

Support for hydra v1.10.7 #11

Closed PhilippauxAdrien closed 2 years ago

PhilippauxAdrien commented 2 years ago

Preflight checklist

Describe your problem

We upgraded to hydra version 1.10.7 but we are facing an issue with ConsentRequest model as a new field has been added in this version ;

Unrecognized field \"amr\" (class ConsentRequest)

Could you provide support for this version

Describe your ideal solution

Add a new field "amr" in ConsentRequest class

Workarounds or alternatives

Rewrite our own ConsentRequest class and overwrite the existing one.

Version

1.9.0

Additional Context

No response

aeneasr commented 2 years ago

If you use Ory Hydra 1.9 you need to use an SDK in the same version :) Or did I misunderstand the problem?