This commit is contained in:
2026-04-30 18:11:48 +02:00
parent 0d7980d105
commit 80cf435486

View File

@@ -23,7 +23,7 @@ keycloakConfigCli:
"firstBrokerLoginFlowAlias": "first broker login",
"config": {
"clientId": "7995d2b5-b798-4caf-8da6-b00b78bb34d7",
"clientSecret": "$(env:MS_IDP_CLIENT_SECRET)",
"clientSecret": "$(MS_IDP_CLIENT_SECRET)",
"defaultScope": "openid email profile",
"tenantId": "063afd9e-5fcb-48d2-a769-ca31b0f5b443",
"syncMode": "IMPORT"
@@ -39,7 +39,7 @@ keycloakConfigCli:
"firstBrokerLoginFlowAlias": "first broker login",
"config": {
"clientId": "7995d2b5-b798-4caf-8da6-b00b78bb34d7",
"clientSecret": "$(env:MS_IDP_CLIENT_SECRET)",
"clientSecret": "$(MS_IDP_CLIENT_SECRET)",
"defaultScope": "openid email profile User.Read Mail.Send",
"tenantId": "063afd9e-5fcb-48d2-a769-ca31b0f5b443",
"syncMode": "IMPORT"