39b9ca48d0
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
25 lines
700 B
Plaintext
25 lines
700 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.
|
|
|
|
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} />
|