From 5bb290802b6b0d3f94ff31e421c64af70b7f4f40 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 10 Nov 2025 10:55:55 -0500 Subject: [PATCH 1/2] chore: add just-in-time provisioning as supported to OIDC auth mode --- src/langsmith/self-host-sso.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/langsmith/self-host-sso.mdx b/src/langsmith/self-host-sso.mdx index 4215812a3c..6a4b79f4f8 100644 --- a/src/langsmith/self-host-sso.mdx +++ b/src/langsmith/self-host-sso.mdx @@ -143,6 +143,7 @@ You must have administrator-level access to your organization's Google Cloud Pla * IdP-initiated SSO * SP-initiated SSO +* Just-In-Time provisioning #### Configuration steps From 4c97aa0ac40c5e8ba4f232e309f278f6abce124b Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 10 Nov 2025 11:06:46 -0500 Subject: [PATCH 2/2] remove IdP-initiated SSO from Okta --- src/langsmith/self-host-sso.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/langsmith/self-host-sso.mdx b/src/langsmith/self-host-sso.mdx index 6a4b79f4f8..77f359e31d 100644 --- a/src/langsmith/self-host-sso.mdx +++ b/src/langsmith/self-host-sso.mdx @@ -141,7 +141,6 @@ You must have administrator-level access to your organization's Google Cloud Pla #### Supported features -* IdP-initiated SSO * SP-initiated SSO * Just-In-Time provisioning