Files
authentik/website/integrations/services/index.mdx
dependabot[bot] 3996bdac33 website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205)
* website: Bump prettier from 3.3.3 to 3.4.1 in /website

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update formatting

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* sigh

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* disable flaky test

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2024-11-27 15:14:19 +01:00

34 lines
1.2 KiB
Plaintext

---
title: Integrate with Applications
sidebar_label: Applications
---
# Applications
import DocCardList from "@theme/DocCardList";
Below is a list of all applications that are known to work with authentik. All app integrations will have one 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.
### Add a new application
To add documentation for a new application (with support level Community or Vendor), please use the integration template [`service.md`](https://github.com/goauthentik/authentik/blob/main/website/integrations/template/service.md) file from our GitHub repo. You can download the template file using the following command:
```shell
wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/integrations/template/service.md
```
Don't forget to edit the `sidebarsIntegrations.js` file to add your new integration to the lefthand navigation bar.
## Integration categories
<DocCardList />