
RatnadeepB.08293 (Customer) asked a question.
Followed the okta documentation https://help.okta.com/en-us/content/topics/provisioning/sapanalytics/sap-integrate.htm for integrating SAP analytics cloud,
Users are being created, but not able to add any attribute, as may be the get schema is not working, refresh attribute list is not working, also able to import users but group import is not working. Any faced this issue and know how to resolve it?

Hello @RatnadeepB.08293 (Customer) Thank you for posting on our Community page!
This is a common issue when integrating Okta with SAP Analytics Cloud (SAC) via SCIM. When basic user creation (POST) and user imports (GET) succeed, but Group Imports and Schema Discovery (Refresh Attribute List) fail, the root cause almost always points to OAuth permission scopes, missing integration toggles, or SAC tenant schema limitations.
Here is a step-by-step guide to resolving these issues:
1. Re-authenticate the API with "System Owner" Privileges
The OAuth token generated during the initial Okta setup dictates what Okta is allowed to read from your SAC tenant. If the admin who clicked "Authenticate with SAP Analytics Cloud" did not have the System Owner role—or if their permissions were later modified—Okta will be blocked from reading Groups (Teams/Roles in SAC) and Schemas.
2. Verify "Import Groups" is Explicitly Enabled
Okta will not import groups from SAP Analytics Cloud automatically; this feature must be toggled on within the API integration settings, not just the Provisioning settings.
3. "Refresh Attribute List" & Schema Limitations in SAC
If you are clicking "Refresh Attribute List" and nothing happens (or no new attributes appear), it is likely because SAP Analytics Cloud does not have any custom attributes exposed via its SCIM endpoint.
4. Verify your App Purpose in SAP BTP / SAC
When you created the OAuth Client inside SAP Analytics Cloud (under System -> Administration -> App Integration), the documentation specifies you must set the Purpose to Interactive Usage.
Thank you for reaching out to our Community and have a great day!
--
Help others in the community by liking or hitting Select as Best if this response helped you.