From dbccec16c7ddc1ebe45410853a67bf7701f61e65 Mon Sep 17 00:00:00 2001 From: atilsensalduz Date: Thu, 7 Nov 2024 23:35:17 +0300 Subject: [PATCH] chore: unify openIdp parameter --- docs/modules/ROOT/pages/flow.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/flow.adoc b/docs/modules/ROOT/pages/flow.adoc index b5f4282e..dc132e2f 100644 --- a/docs/modules/ROOT/pages/flow.adoc +++ b/docs/modules/ROOT/pages/flow.adoc @@ -71,8 +71,8 @@ See xref:flow:deploy:security-recommendations.adoc[Security recommendations] to --flow.security.openIdp.issuerUrl=http://233.252.0.158/mc --flow.security.openIdp.clientId=flow-client --flow.security.openIdp.require-https=false - --flow.security.open-idp.roles.format=path - --flow.security.open-idp.roles.path=roles - --flow.security.open-idp.refreshTokensDisabled=true + --flow.security.openIdp.roles.format=path + --flow.security.openIdp.roles.path=roles + --flow.security.openIdp.refreshTokensDisabled=true ... ----