I'd like to use the CLI to configure the OAuth2 client to get a proper access_token_strategy and this looks like it is only editable through the console UI. I looked into the documentation and CLI --help output but could not find the right parameter.
Is there any way to do that or should I do otherwise?
Reproducing the bug
Create an OAuth2 client with the console and configure the access_token_strategy to use JWT
Print out the oauth client configuration (with the cli): ory get oauth2-client $OAUTH_CLIENT_ID --project $PROJECT_ID --format json-pretty | c
It does not show up this configuration and it does not appear as well as an editable option from the CLI documentation: ory update oauth2-client --help
Relevant log output
No response
Relevant configuration
No response
Version
Ory CLI 0.3.1
On which operating system are you observing this issue?
Preflight checklist
Ory Network Project
https://console.ory.sh/projects/2442da72-e704-42cc-a8a6-c633faa2096e
Describe the bug
I'd like to use the CLI to configure the OAuth2 client to get a proper
access_token_strategy
and this looks like it is only editable through the console UI. I looked into the documentation and CLI --help output but could not find the right parameter. Is there any way to do that or should I do otherwise?Reproducing the bug
access_token_strategy
to useJWT
ory get oauth2-client $OAUTH_CLIENT_ID --project $PROJECT_ID --format json-pretty | c
ory update oauth2-client --help
Relevant log output
No response
Relevant configuration
No response
Version
Ory CLI 0.3.1
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
No response