What is Authentik?
An open-source identity provider for managing authentication and authorisation, supporting OAuth2, SAML and OpenID Connect.
Is Authentik free?
The core, including SSO, MFA, SAML, OIDC, LDAP and flows, is MIT-licensed and free. A separate enterprise tier is paid. On AWS you pay for the instance and any Meetrix software fee shown on the listing.
Can I use my own domain?
Yes. You set it in the CloudFormation template, and SSL is configured automatically when the domain is hosted on Route 53.
What if my domain is not on Route 53?
Automatic SSL may fail. SSH into the server and generate the certificate manually with the included script.
How do I create the admin account?
Open the DashboardUrl from the stack outputs and complete the setup form. Every later account is created from the admin panel.
Authentik or Keycloak?
Keycloak is older and more battle-tested; Authentik has a more modern UI and more built in, such as RADIUS and an application proxy.
Which instance size should I choose?
t3.small is the recommended starting point.
How do I upgrade?
Back up your server data, remove the old stack and launch the new version from AWS Marketplace.