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
Super Trivial issue, I noticed that when trying to create a test client via commandline, I made the client secret only 5 chars. I get the following very weird response in the command window "Could not validate token: invalid character '{' after top-level value" the logs for hydra fortunately had {"code":500,"details":[],"error":"The client secret must be at least 6 characters long","level":"error","msg": so it was easy to track down. I am running v.0.10.0-alpha18, I'm wondering if more recent versions give a better error message for this case
The text was updated successfully, but these errors were encountered:
Previously, clients were created despite an error which said that the secret was too short. This patch changes that and improves error output in the CLI as well for this command.
Closes#725
The text was updated successfully, but these errors were encountered: