Skip to content

Commit

Permalink
Merge pull request #1018 from flowforge/remove-SSO-from-premium-tier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJvandeWeg authored Aug 7, 2023
2 parents ab6f42f + e9d8799 commit 81391e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
label: "Edge Device Management",
values: [null, 'check', 'check'],
info: "<p>Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes. All securely without requiring full device access for your whole organisation.</p>"
}, {
id: "sso",
label: "Single Sign-On (SSO)",
values: [null, 'check', 'check'],
info: "<p>FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.</p>"
}, {
id: "project-nodes",
label: "Inter Project Communication",
Expand All @@ -83,6 +78,11 @@
label: "Devops Workflow",
values: [null, 'check', 'check'],
info: "<p>Use pipelines to ensure quality is delivered from your development stage, through staging, and your production environment</p>"
}, {
id: "sso",
label: "Single Sign-On (SSO)",
values: [null, null, 'check'],
info: "<p>FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.</p>"
}, {
label: "High Availibility",
values: [null, null, 'check'],
Expand Down

0 comments on commit 81391e6

Please sign in to comment.