
* website/docs: Flesh out integrations copy changes. * Apply suggestions from code review Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * Lint. * Revert removed section. Fix links. * reorder integrations page sections Signed-off-by: Fletcher Heisler <fheisler@users.noreply.github.com> * add back page title Signed-off-by: Fletcher Heisler <fheisler@users.noreply.github.com> * move cards to very end of topic * fix broken anchor link --------- Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Signed-off-by: Fletcher Heisler <fheisler@users.noreply.github.com> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Fletcher Heisler <fheisler@users.noreply.github.com> Co-authored-by: Tana M Berry <tana@goauthentik.com>
24 lines
1.5 KiB
Plaintext
24 lines
1.5 KiB
Plaintext
---
|
|
title: Integrations overview
|
|
sidebar_label: Overview
|
|
---
|
|
|
|
## What is an integration?
|
|
|
|
An integration is a how authentik connects to third-party applications, directories, and other identity providers.
|
|
Integrations are categorized into two categories: **Applications** and **Sources**.
|
|
|
|
### Applications
|
|
|
|
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.
|
|
|
|
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).
|
|
|
|
To learn more, refer to the [Applications](../integrations/services) page.
|
|
|
|
### Federated and social sources
|
|
|
|
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)
|
|
|
|
To learn more, refer to the [Sources](../docs/users-sources/sources) page.
|