Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Embedded Videos to Entra ID and AWS AMI Docs #2481

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ sidebar_position: 4

# AWS AMI

This page provides steps to install Appsmith using an Amazon Machine Image (AMI). You may also follow the video tutorial on how to install Appsmith using an <a href="https://www.youtube.com/watch?v=nnyikBImju8" target="_blank" rel="noopener noreferrer" className="external-link">Amazon Machine Image (AMI)</a>.
This page provides steps to install Appsmith using an Amazon Machine Image (AMI).

<VideoEmbed
host="youtube"
videoId="nnyikBImju8"
title="How To Deploy Appsmith using AWS AMI"
caption="How To Deploy Appsmith using AWS AMI"
/>

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ tags={[
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

This page shows how to configure [Microsoft Entra ID (Azure AD)](https://www.microsoft.com/en-in/security/business/identity-access/microsoft-entra-id) as a SAML provider on your Appsmith instance. You may also follow the video tutorial on how to configure SAML Single Sign-on with <a href="https://www.youtube.com/watch?v=_IUPUbu9tgI" target="_blank" rel="noopener noreferrer" className="external-link">Azure Entra ID</a>.
This page shows how to configure [Microsoft Entra ID (Azure AD)](https://www.microsoft.com/en-in/security/business/identity-access/microsoft-entra-id) as a SAML provider on your Appsmith instance.

<VideoEmbed
host="youtube"
videoId="_IUPUbu9tgI"
title="How to Configure SAML Single sign-On with Azure Entra ID"
caption="How to Configure SAML Single sign-On with Azure Entra ID"
/>

## Prerequisites

Expand Down
Loading