Skip to content

Update to existing tutorial for WZ standard edition #23983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,17 @@ To make sure that your domain is trusted by way of activated server certificates

<!-- border -->![Custom domain for runtime destinations](8-custom-domain-for-runtime.png)

7. From the Cloud Identity Services dashboard go to the **Applications & Resources** tab, create a custom domain for your SAP Cloud Identity Services tenant. For example, `ias.mycompany.com`.
If you have content providers in multiple subaccounts (for example, dev/test/prod), make sure that every subaccount has its own custom domain for the SAP Build Work Zone subscription and destination. The destination content could be similar, but the destination’s name should be different.

Here's an example:

| :------------- | :------------- | :------------- | :-------------
| **Runtime Destination Domain** | **DNS CNAME** | **SaaS Route** | **SAP Build Work Zone Domain**
| xyz200.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-prod-sapdelim-xyz200.launchpad.cfapps.eu10.hana.ondemand.com | prod.mycompany.com
| xyz300.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-qa-sapdelim-xyz300.launchpad.cfapps.eu10.hana.ondemand.com | qa.mycompany.com.
| xyz400.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-dev-sapdelim-xyz400.launchpad.cfapps.eu10.hana.ondemand.com | dev.mycompany.com.

7. From the Cloud Identity Services dashboard go to the **Applications & Resources** tab, and create a custom domain for your SAP Cloud Identity Services tenant. For example, `ias.mycompany.com`.


The custom domains are created and displayed in a list, along with their corresponding landscape and status.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ You define the default site in the Site Directory of your SAP Build Work Zone, s
| xyz200.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-prod-sapdelim-xyz200.launchpad.cfapps.eu10.hana.ondemand.com | prod.mycompany.com
| xyz300.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-qa-sapdelim-xyz300.launchpad.cfapps.eu10.hana.ondemand.com | qa.mycompany.com.
| xyz400.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-dev-sapdelim-xyz400.launchpad.cfapps.eu10.hana.ondemand.com | dev.mycompany.com.


7. Create a custom domain for SAP Cloud Identity Services. For example, `ias.mycompany.com`.

Expand All @@ -120,7 +121,7 @@ The custom domains are created and displayed in a list, along with their corresp
### Use custom domain in Identity Authentication

The purpose of this step is to configure a custom domain for your Cloud Identity Service tenant. Use the custom domain that you've created in step 2 above.
You will use it later when establishing trust to your SAP BTP subaccount and in the Domain Name System (DNS) setup.
You'll use it later when establishing trust to your SAP BTP subaccount and in the Domain Name System (DNS) setup.

For more information, see [Use Custom Domain in Identity Authentication](https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/use-custom-domain-in-identity-authentication)

Expand Down Expand Up @@ -267,14 +268,6 @@ Example of a runtime destination mapping:
| Standard route | `subprod-sapdelim-xyz200.launchpad.cfapps.us10.hana.ondemand.com`


### Switch to SAP Cloud Identity Services - Identity Authentication

In this step, you'll create a trust between SAP Build Work Zone, standard edition and your Cloud Identity Services tenant. This trust will appear as an additional application in the administration console of Cloud Identity Services.

For more information, see [Switching to SAP Cloud Identity Services - Identity Authentication](https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/switching-to-sap-cloud-identity-services-identity-authentication).

<!-- border -->![Switching to IAS](25-switching-to-IAS.png)

### Create a CNAME record

In this step, you'll create a `CNAME` record in the Domain Name Service (DNS) so that the custom domain points to the SAP BTP data center.
Expand Down