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" ... ----