We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sh-4.3$ docker exec -it hydra_hydra_1 \ > hydra clients create \ > --endpoint http://localhost:4445 \ > --id my-client \ > --secret secret \ > -g client_credentials You should not provide secrets using command line flags, the secret might leak to bash history and similar systems OAuth 2.0 Client ID: my-client sh-4.3$ docker exec -it hydra_hydra_1 \ > hydra token client \ > --endpoint http://localhost:4444 \ > --client-id my-client \ > --client-secret secret Could not retrieve access token because: oauth2: cannot fetch token: 500 Internal Server Error Response: {"error":"error","error_description":"The error is unrecognizable.","status_code":500,"error_debug":"pq: insert or update on table \"hydra_oauth2_access\" violates foreign key constraint \"hydra_oauth2_access_request_id_fk\""}
Cause:
The text was updated successfully, but these errors were encountered:
sql: Resolve index/fk regression issues
3e8a715
Closes #1177 Signed-off-by: aeneasr <[email protected]>
2925edb
3a985d3
8827c6f
c0171bb
11924bf
No branches or pull requests
Client credentials flow
Cause:
The text was updated successfully, but these errors were encountered: