Skip to content

Commit 6a55931

Browse files
committed
docs: add video examples for IdP-initiated SSO in changelog and documentation
1 parent 27f767a commit 6a55931

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pages/changelog/2025-11-04-idp-initiated-sso.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: IdP-Initiated SSO Support
44
description: Langfuse now supports IdP-initiated SSO, allowing users to start authentication directly from their identity provider (e.g., Okta, Azure AD, Keycloak)
55
badge: Launch Week 4 🚀
66
author: Marc
7+
ogVideo: https://static.langfuse.com/docs-videos/idp-initiated-sign-in-16-9.mp4
78
---
89

910
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader";

pages/self-hosting/security/authentication-and-sso.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@ Configure `AUTH_HTTPS_PROXY` or `AUTH_HTTP_PROXY` to use a proxy for SSO provide
249249

250250
Langfuse supports **IdP-initiated SSO** (Identity Provider-initiated Single Sign-On), where users can start the SSO flow directly from their identity provider (e.g., Okta, Azure AD, Keycloak, etc.) instead of starting from Langfuse.
251251

252+
_Example of IdP-initiated SSO authentication flow (Okta):_
253+
254+
<Video
255+
src="https://static.langfuse.com/docs-videos/idp-initiated-sign-in.mp4"
256+
aspectRatio={1812 / 1080}
257+
title="IdP-Initiated SSO Authentication Flow"
258+
className="max-w-xl"
259+
gifStyle
260+
/>
261+
252262
To enable IdP-initiated SSO, configure your identity provider to redirect users to:
253263

254264
```

0 commit comments

Comments
 (0)