From 4ac3e557759a50b39aae85ef12d76b9d3a3b49a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonyi=20Gerg=C5=91?= Date: Thu, 6 Feb 2025 10:55:17 +0100 Subject: [PATCH] remove outdated preview badges --- .../add-secure-apps/providers/entra/add-entra-provider.md | 1 - website/docs/add-secure-apps/providers/entra/index.md | 1 - .../docs/add-secure-apps/providers/gws/add-gws-provider.md | 1 - website/docs/add-secure-apps/providers/gws/index.md | 1 - website/docs/users-sources/sources/protocols/scim/index.md | 4 ---- 5 files changed, 8 deletions(-) diff --git a/website/docs/add-secure-apps/providers/entra/add-entra-provider.md b/website/docs/add-secure-apps/providers/entra/add-entra-provider.md index 7ff4f6b1b231..16c7f330bba5 100644 --- a/website/docs/add-secure-apps/providers/entra/add-entra-provider.md +++ b/website/docs/add-secure-apps/providers/entra/add-entra-provider.md @@ -3,7 +3,6 @@ title: Add an Entra ID provider --- Enterprise -Preview --- diff --git a/website/docs/add-secure-apps/providers/entra/index.md b/website/docs/add-secure-apps/providers/entra/index.md index cb32be8f0936..efcf163e6207 100644 --- a/website/docs/add-secure-apps/providers/entra/index.md +++ b/website/docs/add-secure-apps/providers/entra/index.md @@ -3,7 +3,6 @@ title: Microsoft Entra ID provider --- Enterprise -Preview --- diff --git a/website/docs/add-secure-apps/providers/gws/add-gws-provider.md b/website/docs/add-secure-apps/providers/gws/add-gws-provider.md index a1f42d07586c..6f1941a9c79d 100644 --- a/website/docs/add-secure-apps/providers/gws/add-gws-provider.md +++ b/website/docs/add-secure-apps/providers/gws/add-gws-provider.md @@ -3,7 +3,6 @@ title: Create a Google Workspace provider --- Enterprise -Preview --- diff --git a/website/docs/add-secure-apps/providers/gws/index.md b/website/docs/add-secure-apps/providers/gws/index.md index 50ffffb0a9e8..b92ae79f1ac6 100644 --- a/website/docs/add-secure-apps/providers/gws/index.md +++ b/website/docs/add-secure-apps/providers/gws/index.md @@ -3,7 +3,6 @@ title: Google Workspace provider --- Enterprise -Preview --- diff --git a/website/docs/users-sources/sources/protocols/scim/index.md b/website/docs/users-sources/sources/protocols/scim/index.md index 7ba4e00b37f3..a139f99201f8 100644 --- a/website/docs/users-sources/sources/protocols/scim/index.md +++ b/website/docs/users-sources/sources/protocols/scim/index.md @@ -2,10 +2,6 @@ title: SCIM Source --- -Preview - ---- - The SCIM source allows other applications to directly create users and groups within authentik. SCIM provides predefined schema for users and groups, with a RESTful API, to enable automatic user provisioning and deprovisioning, SCIM is supported by applications such as Microsoft Entra ID, Google Workspace, and Okta. The base SCIM URL is in the format of `https://authentik.company/source/scim//v2`. Authentication is done via Bearer tokens that are generated by authentik. When an SCIM source is created, a service account is created and a matching token is provided.