From afd8d8b0af2cccaf17302cdb4b465fe49afd38b0 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Mon, 15 Jun 2026 15:26:31 -0400 Subject: [PATCH] website/integrations: Anthropic: cleanup Agent-thread: https://sdko.org/internal/thr/ak/019ecc99-7496-7d90-858f-db4792ebe653 A7k-product: product A7k-product-repo: 3 Co-authored-by: Agent --- .../integrations/platforms/anthropic/index.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/integrations/platforms/anthropic/index.mdx b/website/integrations/platforms/anthropic/index.mdx index 81d61476b7..1ba15f33ee 100644 --- a/website/integrations/platforms/anthropic/index.mdx +++ b/website/integrations/platforms/anthropic/index.mdx @@ -93,11 +93,11 @@ Create SAML property mappings for the attributes that WorkOS expects from the id 1. Log in to authentik as an administrator. 2. Navigate to **Applications** > **Applications** and click **New Application** to create an application and provider pair. - - **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings. Take note of the **Slug** value because it is required later. + - **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings. - **Choose a Provider type**: select **SAML Provider** as the provider type. - **Configure the Provider**: provide a name or accept the auto-provided name, the authorization flow to use for this provider, and the following required configurations. - - Set the **ACS URL** to a temporary value. You will replace this after Anthropic provides the real ACS URL. - - Set the **Audience** to a temporary value. You will replace this after Anthropic provides the real SP Entity ID. + - Set the **ACS URL** to `https://temp.temp`. You will replace this after Anthropic provides the real ACS URL. + - Set the **Audience** to `https://temp.temp`. You will replace this after Anthropic provides the real SP Entity ID. - Under **Advanced protocol settings**: - Select an available **Signing Certificate**. - Set **NameID Property Mapping** to `authentik default SAML Mapping: Email`. @@ -153,8 +153,8 @@ Do not require SSO until the users who need access are assigned to the Anthropic To provision users automatically, choose one of the options below: -- **Just-in-time (JIT)**: users assigned to the authentik application are automatically provisioned when they first log in. -- **SCIM directory sync**: users and groups are automatically provisioned and deprovisioned from authentik without waiting for user login. SCIM is available for Enterprise plans and eligible Claude Console organizations. +- **Just-in-time (JIT)**: users assigned to the authentik application are automatically provisioned when they first log in. JIT is available for Team plans, Enterprise plans, and Claude Console organizations. +- **SCIM directory sync**: users and groups are automatically provisioned and deprovisioned from authentik without waiting for user login. SCIM is available for Enterprise plans and Claude Console organizations with their own parent organization or joined to an Enterprise parent organization.