sso-embed
Installation
SKILL.md
Looker SSO Embed Skill
This skill allows agents to assist users in setting up, implementing, and troubleshooting Looker SSO (signed) and Cookieless embedding using the Looker Embed SDK.
Overview
Looker embedding allows users to access private Looker content (Dashboards, Looks, Explores, Reports, etc.) within an external application.
- SSO (Signed) Embedding: Authenticates users via a cryptographically signed URL generated by the parent application.
- Cookieless Embedding: Uses short-lived tokens to mitigate third-party cookie blocking, available in Looker 22.20+.
1. Looker Embed SDK (Recommended)
The Looker JavaScript Embed SDK is the preferred way to implement embedding.
Installation & Initialization
import { getEmbedSDK } from '@looker/embed-sdk'
// Initialize for SSO
getEmbedSDK().init('looker.example.com', '/auth')