Configure Build WZ Adv.(with Cloud Identity Service)
Build WZ Adv. Site Manager:

Setup Env.

Configure IAS & IPS

Create an Application in IAS and upload the spMetadata downloaded above under SAML2 configuration:

Create IAS as a Source system
First, create a System user in “Administrators” and note down the client credentials. We will be using this while configuring the source system.
Help : https://help.sap.com/docs/identity-authentication/identity-authentication/add-administrators#loiocefb742a36754b18bbe5c3503ac6d87c:


Next, go to transformations and copy-paste the source code from: https://help.sap.com/docs/build-work-zone-advanced-edition/sap-build-work-zone-advanced-edition/run-configurator
Search for Identity Authentication service Source System Transformation (v2)
Properties :
Type
HTTP
URL
https://abcd.accounts.ondemand.com/ (where abcd is your IDP account ID)
ProxyType
Internet
Authentication
BasicAuthentication
User
Enter Client ID – where we created a system user
Password
Enter the Client Secret value for the same system user

Create the Target system ( WZ ):


Type
HTTP
URL
Copy this value from the wizard – Integration URL in the WorkZone wizard
ProxyType
Internet
Authentication
BasicAuthentication
User
Copy this value from the wizard – OAuth Client Key field from the same WZ wizard
Password
Copy this value from the wizard – OAuth Client Secret field from the same WZ wizard
OAuth2TokenServiceURL
Copy this value from the wizard – Token Service URL field
ips.failed.request.retry.attempts
3
ips.failed.request.retry.attempts.interval
60
ips.delete.existedbefore.entities
True
ips.trace.failed.entity.content
True
Copy the transformation from https://help.sap.com/docs/build-work-zone-advanced-edition/sap-build-work-zone-advanced-edition/run-configurator
Search for SAP Build Work Zone, advanced edition Target System Transformation (Code Sample)
Run the jobs for the source system:

The job logs should be successful:

Under Tenant Settings,

Final Step: Build WZ Adv. Setup
Go to WZ and open:

Once Onboarded the Workzone instance should look like the following:

Last updated