diff --git a/docs/versioned_docs/version-3.16.0-LTS/app-builder/embed-application.md b/docs/versioned_docs/version-3.16.0-LTS/app-builder/embed-application.md index e6c9d18f88..ef8838d909 100644 --- a/docs/versioned_docs/version-3.16.0-LTS/app-builder/embed-application.md +++ b/docs/versioned_docs/version-3.16.0-LTS/app-builder/embed-application.md @@ -16,21 +16,10 @@ By embedding applications, you reduce context switching, accelerate user adoptio When embedding applications, ToolJet ensures that only the right users can access your app and its data. You can choose from two security modes based on your use case. -### Embedding Public Applications - -Use this option if your application contains no sensitive or user-specific data. -- **Access control**: None – anyone with the embed link or iframe can view. -- **Best for**: Public dashboards, demos, or open-data applications. -- **Example**: A live product status page displaying uptime and incident history. - -Refer to the [Share Application](/docs/development-lifecycle/release/share-app#embed-application) guide for instructions on embedding public applications. - -### Embedding Private and Data Sensitive Applications - -Use this option for secure, user-specific embedding. -- **Access control**: Requires a valid PAT to load the app. -- **Granularity**: Tokens can be scoped to individual user and application. -- **Best for**: Authenticated portals, customer-specific views, and internal tools. -- **Example**: An embedded customer billing dashboard showing only that customer’s invoices. - -Refer to [Personal Access Token](/docs/user-management/authentication/self-hosted/pat#generate-pat) guide to learn how to generate a PAT and embed private applications. +| **Feature** | **Public Applications** | **Private & Data-Sensitive Applications** | +| ------------| ----------------------- | ------------------------------------------| +| **Access Control** | None – anyone with the embed link or iframe can view | Requires a valid Personal Access Token (PAT) to load the app. | +| **Granularity** | Not applicable | Tokens can be scoped to individual user and application | +| **Best For** | Public dashboards, demos, or open-data applications | Authenticated portals, customer-specific views, internal tools | +| **Example** | Live product status page displaying uptime and incident history | Embedded customer billing dashboard showing only that customer’s invoices | +| **Reference** | [Share Application](/docs/development-lifecycle/release/share-app#embed-application) | [Personal Access Token](/docs/user-management/authentication/self-hosted/pat#generate-pat) |