From a7f97587c097ea7bb5ebc274a28be640834eb0ad Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 18 Oct 2024 15:51:46 +0200 Subject: [PATCH 1/4] Fix markdown 3 error for placeholder text --- website/docs/how-to/how-to-add-sso-azure-saml.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/how-to/how-to-add-sso-azure-saml.mdx b/website/docs/how-to/how-to-add-sso-azure-saml.mdx index 05f042731ce9..a49cafae5a5a 100644 --- a/website/docs/how-to/how-to-add-sso-azure-saml.mdx +++ b/website/docs/how-to/how-to-add-sso-azure-saml.mdx @@ -34,8 +34,8 @@ To create a new enterprise application in Microsoft Entra, do the following: To configure SSO for the new application, do the following: 1. In the overview page of the application, go to **Manage > Single sign-on** and click **SAML**. 2. In the **Basic SAML Configuration** section, click **Edit**. -3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is `https://.app.unleash-hosted.com/`. -4. Click **Add reply URL** and enter the URL shown in the Unleash Admin UI at **Admin > Single sign-on > SAML 2.0**. For example, `/auth/saml/callback`. +3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is ``https://.app.unleash-hosted.com/``. +4. Click **Add reply URL** and enter the URL shown in the Unleash Admin UI at **Admin > Single sign-on > SAML 2.0**. For example, ``/auth/saml/callback``. 5. Click **Save**. ### Manage attributes and claims @@ -65,11 +65,11 @@ To save the SAML certificate, go to the single sign-on settings of your applicat
#### Login URL -To find your login URL, go to the single sign-on settings of your application. In the **Set up {your-application-name}** section, copy and save **Login URL**. For example: `https://login.microsoftonline.com//saml2`. +To find your login URL, go to the single sign-on settings of your application. In the **Set up ```` section, copy and save **Login URL**. For example: ``https://login.microsoftonline.com//saml2``. #### Microsoft Entra identifier -To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up {your-application-name}** section, copy and save **Microsoft Entra Identifier**. For example: `https://sts.windows.net//` +To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up ```` section, copy and save **Microsoft Entra Identifier**. For example: ``https://sts.windows.net/`` ## Configure the SAML 2.0 provider in Unleash From 3c4a272ba4942d1befe4fc92a7663512332ec1be Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 18 Oct 2024 16:14:22 +0200 Subject: [PATCH 2/4] Fix bold formatting for UI elements --- website/docs/how-to/how-to-add-sso-azure-saml.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/how-to/how-to-add-sso-azure-saml.mdx b/website/docs/how-to/how-to-add-sso-azure-saml.mdx index a49cafae5a5a..5b036fe0b34e 100644 --- a/website/docs/how-to/how-to-add-sso-azure-saml.mdx +++ b/website/docs/how-to/how-to-add-sso-azure-saml.mdx @@ -65,11 +65,11 @@ To save the SAML certificate, go to the single sign-on settings of your applicat
#### Login URL -To find your login URL, go to the single sign-on settings of your application. In the **Set up ```` section, copy and save **Login URL**. For example: ``https://login.microsoftonline.com//saml2``. +To find your login URL, go to the single sign-on settings of your application. In the **Set up ````** section, copy and save **Login URL**. For example: ``https://login.microsoftonline.com//saml2``. #### Microsoft Entra identifier -To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up ```` section, copy and save **Microsoft Entra Identifier**. For example: ``https://sts.windows.net/`` +To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up ````** section, copy and save **Microsoft Entra Identifier**. For example: ``https://sts.windows.net/`` ## Configure the SAML 2.0 provider in Unleash From befa8a033f8741543393d392144c469bad585e95 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 18 Oct 2024 17:08:24 +0200 Subject: [PATCH 3/4] Remove redundant backticks --- website/docs/how-to/how-to-add-sso-azure-saml.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/how-to/how-to-add-sso-azure-saml.mdx b/website/docs/how-to/how-to-add-sso-azure-saml.mdx index 5b036fe0b34e..ff46aa16b02f 100644 --- a/website/docs/how-to/how-to-add-sso-azure-saml.mdx +++ b/website/docs/how-to/how-to-add-sso-azure-saml.mdx @@ -34,8 +34,8 @@ To create a new enterprise application in Microsoft Entra, do the following: To configure SSO for the new application, do the following: 1. In the overview page of the application, go to **Manage > Single sign-on** and click **SAML**. 2. In the **Basic SAML Configuration** section, click **Edit**. -3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is ``https://.app.unleash-hosted.com/``. -4. Click **Add reply URL** and enter the URL shown in the Unleash Admin UI at **Admin > Single sign-on > SAML 2.0**. For example, ``/auth/saml/callback``. +3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is `https://.app.unleash-hosted.com/` +4. Click **Add reply URL** and enter the URL shown in the Unleash Admin UI at **Admin > Single sign-on > SAML 2.0**. For example, `/auth/saml/callback`. 5. Click **Save**. ### Manage attributes and claims @@ -65,11 +65,11 @@ To save the SAML certificate, go to the single sign-on settings of your applicat
#### Login URL -To find your login URL, go to the single sign-on settings of your application. In the **Set up ````** section, copy and save **Login URL**. For example: ``https://login.microsoftonline.com//saml2``. +To find your login URL, go to the single sign-on settings of your application. In the **Set up ``** section, copy and save **Login URL**. For example: `https://login.microsoftonline.com//saml2`. #### Microsoft Entra identifier -To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up ````** section, copy and save **Microsoft Entra Identifier**. For example: ``https://sts.windows.net/`` +To find your Microsoft Entra identifier, go to the single sign-on settings of your application. In the **Set up ``** section, copy and save **Microsoft Entra Identifier**. For example: `https://sts.windows.net/` ## Configure the SAML 2.0 provider in Unleash From 4ba397346701e13229a4eeea16cdf59a7cd35c0f Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Fri, 18 Oct 2024 17:08:54 +0200 Subject: [PATCH 4/4] Update website/docs/how-to/how-to-add-sso-azure-saml.mdx --- website/docs/how-to/how-to-add-sso-azure-saml.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/how-to/how-to-add-sso-azure-saml.mdx b/website/docs/how-to/how-to-add-sso-azure-saml.mdx index ff46aa16b02f..7e36d4633fc9 100644 --- a/website/docs/how-to/how-to-add-sso-azure-saml.mdx +++ b/website/docs/how-to/how-to-add-sso-azure-saml.mdx @@ -34,7 +34,7 @@ To create a new enterprise application in Microsoft Entra, do the following: To configure SSO for the new application, do the following: 1. In the overview page of the application, go to **Manage > Single sign-on** and click **SAML**. 2. In the **Basic SAML Configuration** section, click **Edit**. -3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is `https://.app.unleash-hosted.com/` +3. Click **Add identifier** and enter the Unleash identifier. For hosted instances, that is `https://.app.unleash-hosted.com/`. 4. Click **Add reply URL** and enter the URL shown in the Unleash Admin UI at **Admin > Single sign-on > SAML 2.0**. For example, `/auth/saml/callback`. 5. Click **Save**.