Skip to content

Commit 9acdf9d

Browse files
prajin-opCHERIANS
andauthored
chore: Update documentation (#385)
* chore: Update documentation * Update README.md * Update README.md * Update README.md * chore: Update solution for SIT * chore: Update tfvars for solution SIT * update details of identity provider --------- Co-authored-by: Stephen Cherian <[email protected]>
1 parent 6be88da commit 9acdf9d

35 files changed

+95
-790
lines changed

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ globalaccount = "<YOUR GLOBAL ACCOUNT SUBDOMAIN>"
6565
idp = null
6666
```
6767

68+
6869
The SAP BTP Global Account Subdomain can be found in the SAP BTP Cockpit as shown below
6970
<img width="600px" src="assets/trial-account.png" alt="SAP BTP Global Account Subdomain">
7071

71-
The `idp` (Identity Provider Orgin Key ) is set to null. If a [Custom Identity Provider](https://help.sap.com/docs/btp/sap-business-technology-platform/log-on-with-custom-identity-provider-to-sap-btp-cockpit) is used to login to SAP BTP this value is set to Orgin Key of the Custom Identity Provider`
72+
The `idp` (Identity Provider Orgin Key ) value is set to null. If a [SAP Cloud Identity Services tenant (Custom Identity Provider)](https://help.sap.com/docs/btp/sap-business-technology-platform/log-on-with-custom-identity-provider-to-sap-btp-cockpit) is used to login to SAP BTP Cockpit this value is set to Orgin Key of the Custom Identity Provider`. The orgin key of the SAP Cloud Identity Services tenant can be found in SAP BTP Cockpit. Go to the Global Account where teh Subaccount is being created. Navigate to Security -> Trust Configuration and the orgin key can be found under the Trust Configuration of the Identity Provider.
7273

7374
> [!NOTE]
7475
> We are using here a naming convention of Terraform to define the variable values. The file `terraform.tfvars` is used to define the variable values. The file is not checked into the source code repository. This is important to keep sensitive information out of the source code repository. When you run Terraform, it will automatically load the variable values from this file.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/SOLUTION_EX1/main.tf

Whitespace-only changes.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/SOLUTION_EX1/outputs.tf

Whitespace-only changes.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/SOLUTION_EX1/provider.tf

Lines changed: 0 additions & 16 deletions
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/SOLUTION_EX1/terraform.tfvars-sample

Lines changed: 0 additions & 1 deletion
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1/SOLUTION_EX1/variables.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE2/SOLUTION_EX2/main.tf

Lines changed: 0 additions & 20 deletions
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE2/SOLUTION_EX2/outputs.tf

Lines changed: 0 additions & 9 deletions
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE2/SOLUTION_EX2/provider.tf

Lines changed: 0 additions & 16 deletions
This file was deleted.

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE2/SOLUTION_EX2/terraform.tfvars-sample

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)