Skip to content

Commit 1ce9f70

Browse files
committed
Revert removed section. Fix links.
1 parent 27445c4 commit 1ce9f70

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

website/integrations/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Integrations are categorized into two categories: **Applications** and **Sources
1212

1313
Applications include vendor tools such as Google Workspace, GitHub, Slack, or AWS. These applications can be integrated with authentik to provide single sign-on capabilities to securely authenticate users.
1414

15-
If you want to integrate an application that isn't listed, authentik can be configured to work with most applications that support authentication protocols such as [SAML](../docs/add-secure-apps/providers/saml/index.md), [OAuth and OpenID Connect](../docs/add-secure-apps/providers/oauth2/index.mdx).
15+
If you want to integrate an application that isn't listed, authentik can be configured to work with most applications that support authentication protocols such as [SAML](../docs/add-secure-apps/providers/saml), [OAuth and OpenID Connect](../docs/add-secure-apps/providers/oauth2).
1616

17-
To learn more, refer to the [Applications](../integrations/services/index.mdx) page.
17+
To learn more, refer to the [Applications](../integrations/services) page.
1818

1919
### Federated and social sources
2020

21-
Sources are a way for authentik to use external user credentials for authentication. Supported integrations with external sources via authentik include federated directories like Active Directory and social logins such as Facebook, Twitter, etc. These integrations support all major protocols, including [LDAP](../docs/users-sources/sources/protocols/ldap/index.md), [SCIM](../docs/users-sources/sources/protocols/scim/index.md), [SAML](../docs/users-sources/sources/protocols/saml/index.md), and [OAuth and OpenID Connect](../docs/users-sources/sources/protocols/oauth/index.mdx)
21+
Sources are a way for authentik to use external user credentials for authentication. Supported integrations with external sources via authentik include federated directories like Active Directory and social logins such as Facebook, Twitter, etc. These integrations support all major protocols, including [LDAP](../docs/users-sources/sources/protocols/ldap), [SCIM](../docs/users-sources/sources/protocols/scim), [SAML](../docs/users-sources/sources/protocols/saml), and [OAuth and OpenID Connect](../docs/users-sources/sources/protocols/oauth)
2222

23-
To learn more, refer to the [Sources](https://docs.goauthentik.io/docs/users-sources/sources/index) page.
23+
To learn more, refer to the [Sources](../docs/users-sources/sources) page.

website/integrations/services/index.mdx

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ sidebar_label: Applications
44
---
55

66
import DocCardList from "@theme/DocCardList";
7+
import SupportBadge from "@site/src/components/SupportBadge";
8+
9+
Below is a list of all applications that are known to work with authentik.
10+
11+
All app integrations will have one of these badges:
12+
13+
- <SupportBadge level="community" />: Community maintained.
14+
- <SupportBadge level="vendor" />: Supported by the vendor.
15+
- <SupportBadge level="authentik" />: Regularly tested by the authentik team.
16+
- <SupportBadge level="deprecated" />: Deprecated and may be removed.
17+
18+
### Add a new application
19+
20+
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:
21+
22+
```shell
23+
wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/integrations/template/service.md
24+
```
25+
26+
Don't forget to edit the `sidebarsIntegrations.js` file to add your new integration to the lefthand navigation bar.
727

828
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.
929

0 commit comments

Comments
 (0)