Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website/docs: Flesh out integrations copy changes. #13619

Merged
merged 8 commits into from
Mar 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reorder integrations page sections
Signed-off-by: Fletcher Heisler <fheisler@users.noreply.github.com>
fheisler authored Mar 25, 2025
commit ddfd63500c7cd49e42cb5fd6d23834507ad27859
17 changes: 9 additions & 8 deletions website/integrations/services/index.mdx
Original file line number Diff line number Diff line change
@@ -6,16 +6,23 @@ sidebar_label: Applications
import DocCardList from "@theme/DocCardList";
import SupportBadge from "@site/src/components/SupportBadge";

Below is a list of all applications that are known to work with authentik.
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-new).

All app integrations will have one of these badges:
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.

## Integration categories

<DocCardList />

### 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/website/integrations/template/service.md) file from our GitHub repo. You can download the template file using the following command:

@@ -24,9 +31,3 @@ wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/integr
```

Don't forget to edit the `sidebarsIntegrations.js` file to add your new integration to the lefthand navigation bar.

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://discord.com/channels/809154715984199690/809154716507963434), or via email to [hello@goauthentik.io](mailto:hello@goauthentik.io).

<DocCardList />