Skip to content

Commit 8a64186

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication-personalization/authentication-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Your documentation is hosted at `docs.foo.com` and your team uses the dashboard
103103
* **Authorization URL**: Your OAuth endpoint.
104104
* **Client ID**: Your OAuth 2.0 client identifier.
105105
* **Client Secret**: Your OAuth 2.0 client secret.
106-
* **Scopes**: Permissions to request. Copy the **entire** scope string (e.g., for a scope like `provider.users.docs`, copy the complete `provider.users.docs`). Use multiple scopes if you need different access levels.
106+
* **Scopes**: Permissions to request. Copy the **entire** scope string (for example, for a scope like `provider.users.docs`, copy the complete `provider.users.docs`). Use multiple scopes if you need different access levels.
107107
* **Token URL**: Your OAuth token exchange endpoint.
108108
* **Info API URL** (optional): Endpoint to retrieve user info for personalization. If omitted, the OAuth flow will only be used to verify identity and the user info will be empty.
109109
* **Logout URL**: The native logout URL for your OAuth provider. If your provider has a `returnTo` or similar parameter, point it back to your docs URL.

0 commit comments

Comments
 (0)