26 lines
718 B
Plaintext
26 lines
718 B
Plaintext
|
---
|
||
|
title: Applications
|
||
|
slug: /
|
||
|
---
|
||
|
|
||
|
import DocCardList from "@theme/DocCardList";
|
||
|
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
|
||
|
|
||
|
Below is a list of all applications that are known to work with authentik.
|
||
|
|
||
|
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} />
|