Skip to content

Commit 3e9e0f5

Browse files
committed
update details of identity provider
1 parent 08d737d commit 3e9e0f5

File tree

1 file changed

+2
-1
lines changed
  • released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE1

1 file changed

+2
-1
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.

0 commit comments

Comments
 (0)