From 6b7b4b3fa2fe42c0eceb411e61b04df98b9e9dbe Mon Sep 17 00:00:00 2001 From: Arve Systad <290195+ArveSystad@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:33:10 +0100 Subject: [PATCH] Correct keyword for microsoftAuthApiRef Makes for a little less guesswork in the middle of things. --- docs/auth/microsoft/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/microsoft/provider.md b/docs/auth/microsoft/provider.md index 1e24235f1a..ef79127223 100644 --- a/docs/auth/microsoft/provider.md +++ b/docs/auth/microsoft/provider.md @@ -48,6 +48,6 @@ The Microsoft provider is a structure with three configuration keys: ## Adding the provider to the Backstage frontend -To add the provider to the frontend, add the `microsoftAuthApi` reference and +To add the provider to the frontend, add the `microsoftAuthApiRef` reference and `SignInPage` component as shown in [Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).