Skip to main content

ory get oauth2-client

ory get oauth2-client

Get one or more OAuth 2.0 Clients by their ID(s)

Synopsis

This command gets all the details about an OAuth 2.0 Client. You can use this command in combination with jq.

ory get oauth2-client id-1 [id-2] [id-n] [flags]

Examples

To get the OAuth 2.0 Client's secret, run:

ory get client <your-client-id> | jq -r '.client_secret'

Options

      --format string    Set the output format. One of table, json, yaml, and json-pretty. (default "default")
-h, --help help for oauth2-client
--project string The project to use

Options inherited from parent commands

  -c, --config string   Path to the Ory Cloud configuration file.
-q, --quiet Be quiet with output printing.
-y, --yes Confirm all dialogs with yes.

SEE ALSO