I ran the following command to create an oauth2 client but the error message seemed confusing. Can anyone help? Thanks so much. - Li
docker run --rm -it --network hydranet oryd/hydra:latest clients create --skip-tls-verify --endpoint http://hydra-server:4445 --id some-consumer --secret some-secret --grant-types client_credentials --response-types token,code
Config file not found because “Config File “.hydra” Not Found in “[/]””
You should not provide secrets using command line flags, the secret might leak to bash history and similar systems
The request failed with the following error message:
invalid character ‘C’ looking for beginning of value