
website: Copy files during build. website: Allow for mixed env builds. website: Reduce build size. website: Expose build. website: Add build memory debugging. WIP: Disable broken links check to compare memory usage. website: Update deps. website: Clean up API paths. website: Flesh out 3.8 fixes. Format. website: Update ignore paths. Website: Clean up integrations build. website: Fix paths. website: Optimize remark. website: Update deps. website: Format. website: Remove linking. website: Fix paths. wip: Attempt API only build. Prep. Migrate render to runtime. Tidy sidebar. Clean up templates. docs: Move directory. WIP docs: Flesh out split. website: Fix issue where routes have collisions.
37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
---
|
|
title: Integrate with Applications
|
|
sidebar_label: Applications
|
|
sidebar_position: 2
|
|
---
|
|
|
|
import SupportBadge from "@goauthentik/docusaurus-theme/components/SupportBadge.tsx";
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
|
|
# Applications
|
|
|
|
Most third-party services that support authentication protocols such as SAML, OAuth, and OpenID Connect can be integrated with authentik, allowing users to log in to these services using their authentik credentials.
|
|
|
|
If you don't see an application you're looking for, let us know. You can reach us on [GitHub](https://github.com/goauthentik/authentik), [Discord](https://goauthentik.io/discord), or via email to [hello@goauthentik.io](mailto:hello@goauthentik.io). You can also add your own documentation for a new application integration following [these instructions](#add-a-new-application).
|
|
|
|
All documented app integrations will have one of these badges:
|
|
|
|
- <SupportBadge level="community" />: Community maintained.
|
|
- <SupportBadge level="vendor" />: Supported by the vendor.
|
|
- <SupportBadge level="authentik" />: Regularly tested by the authentik team.
|
|
- <SupportBadge level="deprecated" />: Deprecated and may be removed.
|
|
|
|
### Add a new application
|
|
|
|
<a id="add-new"></a>
|
|
|
|
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/docs/topics/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/docs/topics/integrations/template/service.md
|
|
```
|
|
|
|
## Integration categories
|
|
|
|
<DocCardList />
|