From 43edac7cd4e2bf3611ee3d9e36c897ecbbb37ac6 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Fri, 18 Oct 2024 18:48:17 +0200 Subject: [PATCH] Fix markdown 3 error for placeholder text (#8483) --- 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 05f042731c..7e36d4633f 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 {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