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