Skip to content

Commit

Permalink
Fix max line width
Browse files Browse the repository at this point in the history
  • Loading branch information
Water261 authored Oct 2, 2024
1 parent 41b12e0 commit 4cab229
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ correct way out of the box in comparison.

## Rauthy

[Rauthy](https://sebadob.github.io/rauthy/) is a minimal OIDC provider. It supports WebAuthn just like Kanidm - they actually use our
library for it!
[Rauthy](https://sebadob.github.io/rauthy/) is a minimal OIDC provider. It supports WebAuthn just like Kanidm - they
actually use our library for it!

Rauthy only provides support for OIDC and so is unable to support other use cases like RADIUS and
unix authentication.
Expand All @@ -65,10 +65,10 @@ then Kanidm will support those.

## Authentik / Authelia / Zitadel

[Authentik](https://goauthentik.io/) is an IDM provider written in Python and, [Authelia](https://www.authelia.com/) and [Zitadel](https://zitadel.com/) are written in Go. all
similar to Kanidm in the features it offers but notably all have weaker support for unix
authentication and do not support the same level of authentication policy as Kanidm. Notably, all
are missing WebAuthn Attestation.
[Authentik](https://goauthentik.io/) is an IDM provider written in Python and, [Authelia](https://www.authelia.com/)
and [Zitadel](https://zitadel.com/) are written in Go. all similar to Kanidm in the features it offers but notably
all have weaker support for unix authentication and do not support the same level of authentication policy as Kanidm.
Notably, all are missing WebAuthn Attestation.

All three use an external SQL server such as PostgreSQL. This can create a potential single source
of failure and performance limitation compared to Kanidm which opted to write our own high
Expand Down

0 comments on commit 4cab229

Please sign in to comment.