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

fix: variable names in OAuth2 quickstart #1563

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/ory-network-oauth2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ To try the Authorization Code Grant, follow these steps.
```shell
ory perform authorization-code \
--project "$project_id" \
--client-id "$client_id" \
--client-secret "$client_secret"
--client-id "$code_client_id" \
--client-secret "$code_client_secret"
```

In the browser, use the UI to register a new user and allow the client to get the requested scopes to get an `access_token`, a
Expand Down