Skip to content

Commit 11bf8a8

Browse files
Apply suggestion from @ethanpalm
Co-authored-by: Ethan Palm <[email protected]>
1 parent 8a64186 commit 11bf8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication-personalization/personalization-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To redirect users to specific sections after login, use this URL format: `https:
244244
3. Select **OAuth** and configure these fields:
245245
* **Authorization URL**: Your OAuth authorization endpoint.
246246
* **Client ID**: Your OAuth 2.0 client identifier.
247-
* **Scopes**: Permissions to request. Copy the **entire** scope string (e.g., for a scope like `provider.users.docs`, copy the complete `provider.users.docs`). Must match the scopes of the endpoint that you configured in the first step.
247+
* **Scopes**: Permissions to request. Copy the **entire** scope string (for example, for a scope like `provider.users.docs`, copy the complete `provider.users.docs`). Must match the scopes of the endpoint that you configured in the first step.
248248
* **Token URL**: Your OAuth token exchange endpoint.
249249
* **Info API URL**: Endpoint to retrieve user data for personalization. Created in the first step.
250250
4. Select **Save changes**

0 commit comments

Comments
 (0)