This article clarifies how to resolve an error encountered when performing a group push between organizations. The following error message appears during the provisioning process:
Failed on 03-24-2025 05:48:01AM UTC: Unable to update Group Push mapping target App group a new group: Error while creating user group a new group: HTTP 403 Forbidden
- OAuth 2.0
- Okta Org2Org
- Hub and Spoke Orgs
- Group Push
The service application used for provisioning lacks the required administrative permissions to create groups in the target organization. Only Super Administrators or Organization (Org) Administrators possess the necessary permissions to perform this action.
To resolve the forbidden error, configure an API Service application in the target organization and assign the required administrative roles and scopes.
Step 1: Create an API Service App in the Target Organization
- In the target organization, go to Applications > Applications.
- Select Create App Integration.
- Select API Services and click Next.
- Enter an application name and click Save.
Step 2: Assign Administrative Roles
- In the new API Service app, navigate to the Admin roles tab.
- Click Edit assignments.
- Select Super Admin or Org Admin from the Role dropdown menu.
- Click Save Changes.
Step 3: Grant API Scopes
- Navigate to the Okta API Scopes tab of the API Service app.
- Locate and click Grant for the following scopes:
okta.groups.manageokta.users.manage(required if provisioning users)
Step 4: Configure Provisioning in the Source Organization
- In the source organization, navigate to the Okta Org2Org application.
- Select the Provisioning tab and click Integration.
- Click Configure API Integration and select Enable API integration.
- Set the Authentication Scheme to OAUTH Auto-Rotation.
- Provide the Client ID, Client Secret, and Token Endpoint from the API Service app created in the target organization.
- Click Save.
Related Articles
- Secure API connections between orgs with OAuth 2.0
- Integrate Okta Org2Org with Okta
- Standard administrator roles and permissions
