iframe을 사용하여 Looker 콘텐츠를 호스트 애플리케이션에 삽입할 수 있는 옵션이 제공됩니다. 각 옵션은 iframe을 관리하고 상호작용하는 방식과 사용자를 승인하거나 인증하는 방식이 다릅니다. 어떤 옵션으로 시작해야 할지 잘 모르겠다면 이 페이지 끝에 있는 추천 학습 과정을 확인하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Get started with embedding Looker\n\n| **Knowledge check:** This page assumes you understand the basics of Inline Frame HTML Element \\\u003ciframe\\\u003e, window.postMessage(), and Javascript. Check out the MDN web documentation on [iframes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) and [postmessaging](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage) to familiarize yourself with these concepts.\n\nWe provide options for you to embed Looker content in your host application using iframes. Each option differs in how you manage and interact with your iframe and authorize or authenticate your user. If you are not sure which option to start with, check out the [suggested learning path](#suggested_learning_path) at the end of this page.\n\nYour iframe embedding options\n-----------------------------\n\nEvery option supports theming and can embed [dashboards](/looker/docs/creating-user-defined-dashboards), [LookML dashboards](/looker/docs/building-lookml-dashboards), [Explores](/looker/docs/creating-and-editing-explores), [Looks](/looker/docs/saving-and-editing-looks), query visualizations, and [extensions](/looker/docs/extension-overview).\n\n### Private embedding\n\n- You manage your iframe directly.\n- You may use window.postMessage() to interact with your iframe.\n- Your user must authenticate or authorize with Looker directly or with Looker using signed embedding with an identity provider.\n\n[Get started with private embedding](/looker/docs/gs-private-embedding)\n\n### Signed embedding\n\n- You manage your iframe directly.\n- You may use window.postMessage() to interact with your iframe.\n- You generate a unique iframe src url for every embed user session. This one-time-use URL creates a new Looker embed user or updates an existing one.\n- You must authenticate or authorize the user outside of Looker, for example, through your host application's identity provider using signed embedding.\n\n[Get started with signed embedding](/looker/docs/single-sign-on-embedding)\n\n### Signed embedding with Embed SDK (Recommended)\n\n- You use the Embed SDK's convenient Javascript API to **manage** and **interact** with your iframe.\n- You generate a unique URL for every embed user session. This one-time-use URL creates a new Looker embed user or updates an existing one. The Embed SDK helps automate part of the URL generation.\n- You must authenticate or authorize the user outside of Looker, for example, through your host application's identity provider using signed embedding.\n\n[Get started with signed embedding with the Embed SDK](/looker/docs/embed-sdk-intro)\n\nSuggested learning path\n-----------------------\n\nWe suggest you get started in this order:\n\n[1. Get started with private embedding](/looker/docs/gs-private-embedding)\n\nPrivate embedding will provide a basic understanding of Looker embedding.\n\n[2. Get started with signed embedding with Embed SDK](https://github.com/looker-open-source/embed-sdk#readme)\n\nSigned Embedding and the Embed SDK are more advanced concepts."]]