From 210f27f71ebaa17904b9765e10f8543accb2936b Mon Sep 17 00:00:00 2001 From: Jens L Date: Tue, 16 Jan 2024 23:17:08 +0100 Subject: [PATCH] website: update pricing page (#8197) Signed-off-by: Jens Langhammer --- website/src/pages/pricing/index.jsx | 60 +++++++++++++++++++---------- 1 file changed, 39 insertions(+), 21 deletions(-) diff --git a/website/src/pages/pricing/index.jsx b/website/src/pages/pricing/index.jsx index 37b7dfc7ff..e692a742b0 100644 --- a/website/src/pages/pricing/index.jsx +++ b/website/src/pages/pricing/index.jsx @@ -5,6 +5,38 @@ import Card from "../../components/PricingQuestions/Card"; import useBaseUrl from "@docusaurus/useBaseUrl"; export default function pricingPage() { + const commonFeatures = [ +
  • + Supports{" "} + + OAuth2/OpenID Connect + +
  • , +
  • + Supports SAML +
  • , +
  • + Supports LDAP +
  • , +
  • + Supports SCIM +
  • , +
  • + Supports Radius +
  • , +
  • + Supports Proxy +
  • , +
  • Advanced policy engine
  • , + ]; + const enterpriseFeatures = [ +
  • Long-term-support releases
  • , +
  • Enterprise support plan
  • , +
  • Web-based RDP/SSH access (planned)
  • , +
  • Push-notification MFA (planned)
  • , +
  • Desktop authentication (planned)
  • , +
  • AI-based risk assessment (planned)
  • , + ]; return (
    @@ -23,12 +55,7 @@ export default function pricingPage() {
  • Open source
  • Self-hosted
  • -
  • Supports OAuth2/OpenID Connect
  • -
  • Supports SAML
  • -
  • Supports LDAP
  • -
  • Supports SCIM
  • -
  • Supports Proxy authentication
  • -
  • Advanced policy engine
  • + {commonFeatures}

    Free, forever

    @@ -47,14 +74,10 @@ export default function pricingPage() {

    Enterprise Self-Hosted

    -
  • Self-hosted
  • Source-available
  • -
  • Long-term-support releases
  • -
  • Enterprise support plan
  • -
  • Web-based RDP/SSH access (planned)
  • -
  • Push-notification MFA (planned)
  • -
  • Desktop authentication (planned)
  • -
  • AI-based risk assessment (planned)
  • +
  • Self-hosted
  • + {commonFeatures} + {enterpriseFeatures}

    @@ -81,19 +104,14 @@ export default function pricingPage() {

  • Hosted and Managed by authentik
  • +
  • Source-available
  • + {commonFeatures} + {enterpriseFeatures}
  • Easily shift to self-hosted if needed
  • -
  • Source-available
  • -
  • Long-term-support releases
  • -
  • Enterprise support plan
  • -
  • Web-based RDP/SSH access (planned)
  • -
  • Push-notification MFA (planned)
  • -
  • Desktop authentication (planned)
  • -
  • AI-based risk assessment (planned)
  • -

    Minimum 100 users

    $5 /internal user/month