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
No response
I need to create a client that receives JWT access tokens but the CLI does not include that parameter.
I would like to create a client that receives JWT access tokens using Hydra's CLI.
Create the client and use the HTTP api to set the access token strategy:
curl -X PATCH http://localhost:4445/admin/clients/0a57f898-e431-43c7-87ce-3bbae7cb4285 \ -H 'Content-Type: application/json' \ -d '[{"op": "replace", "path": "/access_token_strategy", "value": "jwt"}]'
2.1.1
The text was updated successfully, but these errors were encountered:
feat: add access token strategy parameter to cli
790e4dc
fixes ory#3717
I don't know if the parameter is intentionally omitted, but since the change is fairly simple I simply added the PR: #3718
Sorry, something went wrong.
60a2588
0e085e1
7862dc3
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe your problem
I need to create a client that receives JWT access tokens but the CLI does not include that parameter.
Describe your ideal solution
I would like to create a client that receives JWT access tokens using Hydra's CLI.
Workarounds or alternatives
Create the client and use the HTTP api to set the access token strategy:
Version
2.1.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: