Skip to content

Commit e267f77

Browse files
committed
docs: minor updates to GraphQL auth entry
1 parent 0e3158f commit e267f77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/content/tutorials/graphql/configure-authentication.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ openssl rsa -in private.key -pubout > public.key
6060
2. Fill in the following values:
6161

6262
- **Label**: `Next.js site`
63+
- **Client ID**: `nextjs_site`
6364
- **User**: `Select the user we created`
6465
- **Secret**: `Your secret`
66+
- **Grant Types**: `Select 'Client Credentials'`
6567
- **Scopes**: `Select the role we created`
6668

6769
3. Click **Save**
6870

69-
_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

Comments
 (0)