import React from "react";
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
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 (
        
            
                
                    Pricing 
                    
                        
                            
                                
                                    
Open Source 
                                
                                
                                    
                                        Open source 
                                        Self-hosted 
                                        {commonFeatures}
                                     
                                 
                                
                                    
Free, forever 
                                     
                                        Get Started
                                    
                                
                             
                         
                        
                            
                                
                                    
Enterprise Self-Hosted 
                                
                                
                                    
                                        Source-available 
                                        Self-hosted 
                                        {commonFeatures}
                                        {enterpriseFeatures}
                                     
                                 
                                
                                    
                                        $5 /internal user/month 
                                     
                                    
                                        $0.02{" "}
                                        /external user/month 
                                     
                                    
                                        Get Started
                                     
                                 
                             
                         
                        
                            
                                
                                    
Enterprise Cloud 
                                
                                
                                    
                                        Hosted and Managed by authentik 
                                        Source-available 
                                        {commonFeatures}
                                        {enterpriseFeatures}
                                        
                                            Easily shift to self-hosted if
                                            needed
                                         
                                     
                                 
                                
                                    
                                        $5 /internal user/month 
                                     
                                    
                                        $0.02{" "}
                                        /external user/month 
                                     
                                    
                                        Join waitlist
                                     
                                 
                             
                         
                     
                 
             
            
                
                    
                        
                            
                                Frequently Asked Questions
                             
                            
                                 
                                 
                                 
                                 
                                 
                            
                         
                     
                 
             
         
    );
}