bymetabase· 34 skills
Implements JWT SSO authentication for Metabase embedding in a project. Supports all embedding types that use SSO — Modular embedding (embed.js web components), Modular embedding SDK (@metabase/embedding-sdk-react), and Full app embedding (iframe-based). Creates the JWT signing endpoint, configures the frontend auth layer, and sets up group mappings. Use when the user wants to add SSO/JWT auth to their Metabase embedding, implement user identity for embedded analytics, set up JWT authentication for Metabase, or connect their app's authentication to Metabase embedding.
$npx -y skills add metabase/agent-skills --skill metabase-embedding-sso-implementationInstalls into the current project.
Run `npx skills use "https://github.com/metabase/agent-skills" --skill "metabase/agent-skills/metabase-embedding-sso-implementation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/metabase/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/metabase/agent-skills"` and select the relevant skills, then follow their instructions.