diff --git a/docs/docs/recipes/organizations/integration.mdx b/docs/docs/recipes/organizations/integration.mdx index 67dcc2a9042..f3cdb0a4b3b 100644 --- a/docs/docs/recipes/organizations/integration.mdx +++ b/docs/docs/recipes/organizations/integration.mdx @@ -148,7 +148,7 @@ To perform actions in the context of an organization, the user needs to be grant ### Step 1: Add parameters to the authentication request -- If you are using a Logto SDK with Organizations support, you can add the `urn:logto:scope:organization_token` scope to `scopes` parameter of the configuration object, the same way as [Get organization IDs of the current user](#get-organization-ids-of-the-current-user). +- If you are using a Logto SDK with Organizations support, you can add the `urn:logto:scope:organizations` scope to `scopes` parameter of the configuration object, the same way as [Get organization IDs of the current user](#get-organization-ids-of-the-current-user). - Logto SDK with Organizations support will automatically handle the rest of the configuration. - For other cases, you need to add the `offline_access` and `urn:logto:scope:organizations` scopes to the `scope` parameter and the `urn:logto:resource:organizations` resource to the `resource` parameter of the SDK config (or auth request). - Note: `offline_access` is required to get the `refresh_token` that can be used to fetch organization tokens.