Skip to content

Commit 373f1e4

Browse files
authored
Merge pull request #23983 from LindsayBert/master
Update to existing tutorial for WZ standard edition
2 parents 8fb9fa1 + f575f47 commit 373f1e4

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

tutorials/cp-portal-cloud-foundry-create-custom-domain-adv/cp-portal-cloud-foundry-create-custom-domain-adv.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,17 @@ To make sure that your domain is trusted by way of activated server certificates
8080

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

83-
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`.
83+
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.
84+
85+
Here's an example:
86+
87+
| :------------- | :------------- | :------------- | :-------------
88+
| **Runtime Destination Domain** | **DNS CNAME** | **SaaS Route** | **SAP Build Work Zone Domain**
89+
| xyz200.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-prod-sapdelim-xyz200.launchpad.cfapps.eu10.hana.ondemand.com | prod.mycompany.com
90+
| xyz300.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-qa-sapdelim-xyz300.launchpad.cfapps.eu10.hana.ondemand.com | qa.mycompany.com.
91+
| xyz400.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-dev-sapdelim-xyz400.launchpad.cfapps.eu10.hana.ondemand.com | dev.mycompany.com.
92+
93+
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`.
8494

8595

8696
The custom domains are created and displayed in a list, along with their corresponding landscape and status.

tutorials/cp-portal-cloud-foundry-create-custom-domain/cp-portal-cloud-foundry-create-custom-domain.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ You define the default site in the Site Directory of your SAP Build Work Zone, s
110110
| xyz200.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-prod-sapdelim-xyz200.launchpad.cfapps.eu10.hana.ondemand.com | prod.mycompany.com
111111
| xyz300.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-qa-sapdelim-xyz300.launchpad.cfapps.eu10.hana.ondemand.com | qa.mycompany.com.
112112
| xyz400.mycompany.com | CNAME api.cf.eu10.hana.ondemand.com. | portal-dev-sapdelim-xyz400.launchpad.cfapps.eu10.hana.ondemand.com | dev.mycompany.com.
113+
113114

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

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

122123
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.
123-
You will use it later when establishing trust to your SAP BTP subaccount and in the Domain Name System (DNS) setup.
124+
You'll use it later when establishing trust to your SAP BTP subaccount and in the Domain Name System (DNS) setup.
124125

125126
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)
126127

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

269270

270-
### Switch to SAP Cloud Identity Services - Identity Authentication
271-
272-
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.
273-
274-
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).
275-
276-
<!-- border -->![Switching to IAS](25-switching-to-IAS.png)
277-
278271
### Create a CNAME record
279272

280273
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.

0 commit comments

Comments
 (0)