You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the swagger docs for Hydra, the pattern for grant_types is client_credentials|authorize_code|implicit|refresh_token, however authorize_code should be authorization_code.
The text was updated successfully, but these errors were encountered:
Nice catch, feel free to PR this in: https://github.com/ory/hydra :) All you need to do is to update the swagger definition (in the respective .go file)!
Currently in the swagger docs for Hydra, the pattern for
grant_types
isclient_credentials|authorize_code|implicit|refresh_token
, howeverauthorize_code
should beauthorization_code
.The text was updated successfully, but these errors were encountered: