-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
I'm using Keycloak. Since it's not versatile in UI design, especially in creating custom authentication mechanisms outside JAVA, I searched and got familiar with Ory Hydra. I wanted to try its CLI but I encountered this error:
a workspace is required to create a project
Reproducing the bug
As a newbie, go to https://www.ory.sh/docs/getting-started/ory-network-oauth2, then follow the instructions to install the ory CLI.
Then run:
ory create project --name "Ory OAuth2 Example"
You will see this message:
a workspace is required to create a project
This means that the documentation is not self-contained. It should note the necessity of a workspace and a link on how to proceed.
Relevant log output
No response
Relevant configuration
No response
Version
Version: v1.0.1 Git Hash: aa4db77 Build Time: 2024-10-14T14:17:00Z
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response