Skip to content

Commit

Permalink
[HZX-344] update openId settings (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriyBg authored Dec 3, 2024
1 parent 62420fe commit d7a64c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/modules/ROOT/pages/flow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
...
----

0 comments on commit d7a64c2

Please sign in to comment.