From d7a64c242681b30bf631d81437512f2c8bd3bc71 Mon Sep 17 00:00:00 2001 From: Serge Bishyr Date: Tue, 3 Dec 2024 16:39:56 +0200 Subject: [PATCH] [HZX-344] update openId settings (#279) --- docs/modules/ROOT/pages/flow.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/flow.adoc b/docs/modules/ROOT/pages/flow.adoc index a43be97a..92c92721 100644 --- a/docs/modules/ROOT/pages/flow.adoc +++ b/docs/modules/ROOT/pages/flow.adoc @@ -78,6 +78,9 @@ See xref:flow:deploy:security-recommendations.adoc[Security recommendations] to --flow.security.openIdp.executorRoleClientSecret=${MC_APPLICATION_CLIENT_SECRET} --flow.security.openIdp.executorRoleTokenUrl=http://233.252.0.158/mc/oauth2/token --flow.security.openIdp.executorRoleAuthenticationType=ClientSecretBasic - --flow.security.openIdp.executorRoleScopes=openid email profile flow:Admin +- name: FLOW_SECURITY_OPENIDP_EXECUTORROLESCOPES + value: "openid email profile flow:Admin" +- name: FLOW_SECURITY_OPENIDP_SCOPE + value: "openid email profile" ... ----