We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3158f commit e267f77Copy full SHA for e267f77
www/content/tutorials/graphql/configure-authentication.mdx
@@ -60,10 +60,12 @@ openssl rsa -in private.key -pubout > public.key
60
2. Fill in the following values:
61
62
- **Label**: `Next.js site`
63
+- **Client ID**: `nextjs_site`
64
- **User**: `Select the user we created`
65
- **Secret**: `Your secret`
66
+- **Grant Types**: `Select 'Client Credentials'`
67
- **Scopes**: `Select the role we created`
68
69
3. Click **Save**
70
-_Important: note the client id (uuid) and the secret. These are going to be used as environment variables for the Next.js site._
71
+_Important: note the client id and the secret. These are going to be used as environment variables for the Next.js site._
0 commit comments