Skip to content
New issue

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

Is there any way to configure OAuth client's access_token_strategy with the CLI? #371

Open
4 of 5 tasks
rdelgatte opened this issue Jan 23, 2024 · 0 comments
Open
4 of 5 tasks
Labels
bug Something is not working.

Comments

@rdelgatte
Copy link

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

  1. Create an OAuth2 client with the console and configure the access_token_strategy to use JWT
  2. Print out the oauth client configuration (with the cli): ory get oauth2-client $OAUTH_CLIENT_ID --project $PROJECT_ID --format json-pretty | c
  3. 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?

Ory Network

In which environment are you deploying?

Ory Network

Additional Context

No response

@rdelgatte rdelgatte added the bug Something is not working. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant