Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/recipes/organizations/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading