aeddf86788
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
27 lines
817 B
Plaintext
27 lines
817 B
Plaintext
---
|
|
title: Sources
|
|
---
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
|
|
|
|
Below is a list of all sources that are known to work with authentik.
|
|
|
|
The pages in this section describe integrations with various other applications, see [Sources](../../docs/sources).
|
|
|
|
All integrations will have a combination of these badges:
|
|
|
|
- <span class="badge badge--secondary">Support level: Community</span>
|
|
|
|
The integration is community maintained.
|
|
|
|
- <span class="badge badge--info">Support level: Vendor</span>
|
|
|
|
The integration is supported by the vendor.
|
|
|
|
- <span class="badge badge--primary">Support level: authentik</span>
|
|
|
|
The integration is regularly tested by the authentik team.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items} />
|