website: update comparison and pricing (#5284)
* website: update comparison and pricing Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add radius to comparison Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
77025cdb79
commit
2502a7cece
|
@ -81,6 +81,30 @@ function Comparison() {
|
|||
<Check></Check>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="row-label">SCIM</td>
|
||||
<td className="result passed authentik">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result warning">
|
||||
<AlertTriangle></AlertTriangle>
|
||||
</td>
|
||||
<td className="result failed">
|
||||
<X></X>
|
||||
</td>
|
||||
<td className="result passed">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result passed">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result failed">
|
||||
<X></X>
|
||||
</td>
|
||||
<td className="result failed">
|
||||
<X></X>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="row-label">LDAP</td>
|
||||
<td className="result passed authentik">
|
||||
|
@ -106,9 +130,9 @@ function Comparison() {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="row-label">SCIM</td>
|
||||
<td className="result failed authentik">
|
||||
<X></X>
|
||||
<td className="row-label">RADIUS</td>
|
||||
<td className="result passed authentik">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result warning">
|
||||
<AlertTriangle></AlertTriangle>
|
||||
|
@ -122,8 +146,8 @@ function Comparison() {
|
|||
<td className="result passed">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result failed">
|
||||
<X></X>
|
||||
<td className="result passed">
|
||||
<Check></Check>
|
||||
</td>
|
||||
<td className="result failed">
|
||||
<X></X>
|
||||
|
@ -241,8 +265,8 @@ function Comparison() {
|
|||
</tr>
|
||||
<tr>
|
||||
<td className="row-label">SCIM</td>
|
||||
<td className="result failed authentik">
|
||||
<X></X>
|
||||
<td className="result warning authentik">
|
||||
<AlertTriangle></AlertTriangle>
|
||||
</td>
|
||||
<td className="result warning">
|
||||
<AlertTriangle></AlertTriangle>
|
||||
|
|
|
@ -12,10 +12,6 @@ export default function pricingPage() {
|
|||
style={{ marginTop: "2rem", marginBottom: "4rem" }}
|
||||
>
|
||||
<h1 style={{ textAlign: "center" }}>Pricing</h1>
|
||||
<p style={{ textAlign: "center" }}>
|
||||
All variants include security patches for all supported
|
||||
versions.
|
||||
</p>
|
||||
|
||||
<div className={"row"}>
|
||||
<div className={"col col--4 margin-vert--md"}>
|
||||
|
@ -29,9 +25,9 @@ export default function pricingPage() {
|
|||
<li>Supports OAuth2/OpenID Connect</li>
|
||||
<li>Supports SAML</li>
|
||||
<li>Supports LDAP</li>
|
||||
<li>Supports SCIM</li>
|
||||
<li>Supports Proxy authentication</li>
|
||||
<li>Advanced policy engine</li>
|
||||
<li>Community support</li>
|
||||
</div>
|
||||
<div className="card__footer">
|
||||
<h1>Free, forever</h1>
|
||||
|
@ -53,7 +49,8 @@ export default function pricingPage() {
|
|||
<li>Self-hosted</li>
|
||||
<li>Source-available</li>
|
||||
<li>Long-term-support releases</li>
|
||||
<li>Enterprise support plan (50 Users+)</li>
|
||||
<li>Enterprise support plan</li>
|
||||
<li>Web-based RDP/SSH access (planned)</li>
|
||||
<li>Push-notification MFA (planned)</li>
|
||||
<li>Desktop authentication (planned)</li>
|
||||
<li>AI-based risk assessment (planned)</li>
|
||||
|
@ -84,7 +81,8 @@ export default function pricingPage() {
|
|||
</li>
|
||||
<li>Source-available</li>
|
||||
<li>Long-term-support releases</li>
|
||||
<li>Enterprise support plan (50 Users+)</li>
|
||||
<li>Enterprise support plan</li>
|
||||
<li>Web-based RDP/SSH access (planned)</li>
|
||||
<li>Push-notification MFA (planned)</li>
|
||||
<li>Desktop authentication (planned)</li>
|
||||
<li>AI-based risk assessment (planned)</li>
|
||||
|
|
Reference in New Issue