Gregor Wolf
resource "btp_subaccount_entitlement" "identity_service" {
subaccount_id = btp_subaccount.trial.id
service_name = "sap-identity-services-onboarding"
plan_name = "default"
}
resource "btp_subaccount_subscription" "identity_instance" {
subaccount_id = btp_subaccount.trial.id
app_name = "sap-identity-services-onboarding"
plan_name = "default"
parameters = jsonencode({
cloud_service = "TEST"
})
depends_on = [btp_subaccount_entitlement.identity_service]
}
resource "btp_subaccount_trust_configuration" "customized" {
subaccount_id = btp_subaccount.trial.id
identity_provider = element(split("/",
btp_subaccount_subscription.identity_instance
.subscription_url), 2)
}
terraform login
terraform init
terraform plan
terraform apply
Configure SAP Cloud Identity Services for Single sign-on with Microsoft Entra ID
Gregor Wolf,
Computerservice Wolf
gregor@computerservice-wolf.com
Präsentation | Visitenkarte | ||
---|---|---|---|
![]() |
![]() |