From 76453d497e56a091c455a31d93e6e189d5f4f2ac Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Tue, 4 Apr 2023 20:31:27 +0100 Subject: [PATCH] Fixed sidebar issues Updated easy auth document preamble to better match other auth providers. Signed-off-by: Alex Crome --- docs/auth/microsoft/azure-easyauth.md | 6 ++++-- microsite/sidebars.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/auth/microsoft/azure-easyauth.md b/docs/auth/microsoft/azure-easyauth.md index 4daf0851f0..8ea626288c 100644 --- a/docs/auth/microsoft/azure-easyauth.md +++ b/docs/auth/microsoft/azure-easyauth.md @@ -1,10 +1,12 @@ --- -id: azure-easy-auth +id: easy-auth title: Azure EasyAuth Provider -sidebar_label: Azure EasyAuth +sidebar_label: Azure Easy Auth description: Adding Azure's EasyAuth Proxy as an authentication provider in Backstage --- +The Backstage `core-plugin-api` package comes with a Microsoft authentication provider that can authenticate users using Azure Active Directory for PaaS service hosted in Azure that support Easy Auth, such as Azure App Services. + ## Backstage Changes Add the following into your `app-config.yaml` or `app-config.production.yaml` file diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 412813263c..b3e6f07b0e 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -278,7 +278,7 @@ "auth/auth0/provider", "auth/atlassian/provider", "auth/microsoft/provider", - "auth/microsoft/easyauth", + "auth/microsoft/easy-auth", "auth/bitbucket/provider", "auth/github/provider", "auth/gitlab/provider",