diff --git a/web/src/admin/providers/scim/SCIMProviderViewPage.ts b/web/src/admin/providers/scim/SCIMProviderViewPage.ts
index 8a4d7fe0b..e9d0afb79 100644
--- a/web/src/admin/providers/scim/SCIMProviderViewPage.ts
+++ b/web/src/admin/providers/scim/SCIMProviderViewPage.ts
@@ -120,10 +120,7 @@ export class SCIMProviderViewPage extends AKElement {
if (!this.provider) {
return html``;
}
- return html`
- ${msg("SCIM provider is in preview.")}
-
- ${!this.provider?.assignedBackchannelApplicationName
+ return html` ${!this.provider?.assignedBackchannelApplicationName
? html`
${msg(
"Warning: Provider is not assigned to an application as backchannel provider.",
diff --git a/website/docs/providers/scim/index.md b/website/docs/providers/scim/index.md
index ee8f4c020..51fb4d868 100644
--- a/website/docs/providers/scim/index.md
+++ b/website/docs/providers/scim/index.md
@@ -4,10 +4,6 @@ title: SCIM Provider
SCIM (System for Cross-domain Identity Management) is a set of APIs to provision users and groups. The SCIM provider in authentik supports SCIM 2.0 and can be used to provision and sync users from authentik into other applications.
-:::info
-The SCIM provider is currently in Preview.
-:::
-
### Configuration
A SCIM provider requires a base URL and a token. SCIM works via HTTP requests, so authentik must be able to reach the specified endpoint.