You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/integrate-auth/14_auth-js.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ To create the client using the Ory Console:
63
63
64
64
1. Sign in to your Ory Network account.
65
65
2. Create or select a project.
66
-
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.com/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.com/projects/current/oauth/create).
66
+
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.sh/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.sh/projects/current/oauth/create).
67
67
4. Select **Server App**.
68
68
5. Enter a client name, for example, "NextAuth / Auth.js Example."
69
69
6. Ensure the following scopes are selected:
@@ -94,7 +94,7 @@ To create the client using the Ory Console:
94
94
To create the client using the Ory CLI, run the following command:
95
95
96
96
```shell
97
-
export ORY_PROJECT_ID= # Take this value from https://console.ory.com/projects/current/get-started
97
+
export ORY_PROJECT_ID= # Take this value from https://console.ory.sh/projects/current/get-started
0 commit comments