-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Welcome to the analytics-cloud-scim-api-samples wiki!
SCIM: Fixed 2 bugs in script 983 related to file_transport_primary_team_displayname and file_transport_primary_team_user_membership when set to true - the display name and team members where not updated in the target when other file parameters where false this is now fixed.
SCIM: Fixed 2 bugs related to error handling of updating the target team. This is now fixed.
Embedded: Script 743 updated: updated to reflect change in parameter. userName is changing to username. This is in response to a defect in SAP Analytics Cloud effective from wave 2022.16. It means BASIC authentication will then work but the username must be username and not userName (as the current API expects it to be). SAP internal reference FPA45-8240
Embedded: Script 743 sample data file: updated to reflect change in parameter. userName is changing to username. This is in response to a defect in SAP Analytics Cloud effective from wave 2022.16. It means BASIC authentication will then work but the username must be username and not userName (as the current API expects it to be). SAP internal reference FPA45-8240
Embedded: Script 711: Fixed bug when SAMLSSO was set to default caused an error at end of printing system config to console. Version 0.7.3
SCIM: Version 0.7.1 update for a few of the samples. Bug fixed (typo error meant variable managerid was mistyped)
Embedded: Script 711: Added default setting for STORY_PAGE_CACHE_WIDGET_LIMIT. Added SAC and DWC URLs in summary. Version 0.7.2
SCIM: Version 0.7 update published. For what's new see https://blogs.sap.com/2022/05/12/sap-analytics-cloud-user-and-team-provisioning-scim-api-sample-scripts-update-v0.7-whats-new/
Export Data: First version of the Export Data Samples where added. These are version 0.7. For details see https://blogs.sap.com/2022/05/04/sap-analytics-cloud-export-data-api-sample-scripts/
Embedded Samples first published with User Guide. This is version 0.7
Re-organised the folder structure. There is now a 'SCIM' folder containing the samples, environments and example data files. Change was needed to separate out the 'Embedded' samples from the SCIM samples
Added SAP Analytics Cloud Embedded Edition 'Extension': includes 1 environment, 18 new samples and example data files to match. Currently undocumented but this will change soon
Corrected bug in scripts 903,933,953,983. Script failed when 'replace' was used for updating teams in the target when transporting users
Update to collection 123 and 133. Bug fix: Teams membership did not update when user already existed.
Update to collection 654. Bug fix: No longer need to run the collection twice when a new team needs to be created for the team to be updated.
Major update to almost all sample collections:
- Now 'SAML SSO' aware, meaning that no code changes are needed if you are using SAML SSO as the authentication method
- New sample collections 409 and 429 added - these are to update the custom SAML mapping 'userName' for when using SAML SSO on 'custom' or 'email'.
- New sample collection 654 which transfers users and roles from a team that can't be managed by the API to a team that can be managed by the API
- New sample collection 665 - the 'AdminToolKit' which performs a full user scan and adds/removes users to/from teams based upon criteria set. If you used the previous 'early' version then you need to delete the sample datafiles as the syntax has changed.
- New 'Scenarios' concept added which is basically a bunch of predefined sample data files that enable an end-to-end use-case.
- Bug fixes for sample 665 - various bugs fixed
- Documentation updated which required removing the steps for editing code due to fact the samples are now "SAML SSO" aware. Also added Scenarios and other improvements
Changed file name for the example data file "Example data files/457/457 sample example 1.json". This file also had a number of minor corrections made to it.
Version 0.5.2 for a new collection 665 AdminTookKit) published. This is an 'early' version of the example without documentation
Minor update to sample data file "201 sample example 1.csv"
Updated version 0.5.1 for sample script 102. This script no longer needs a file_JSON_teams entry in the data file, that it incorrectly needed beforehand.
Updated version 0.5 with a valid URL for the blog. No code changes
Version 0.5 made available on GitHub for public consumption