From 3bced8687cfcedf048bafb49d519186b82d66eb4 Mon Sep 17 00:00:00 2001 From: Samba siva Tiyyagura <40207674+stiyyagura0901@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:47:32 -0400 Subject: [PATCH] Update index.md Fix a small typo Signed-off-by: Samba siva Tiyyagura <40207674+stiyyagura0901@users.noreply.github.com> --- docs/auth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/index.md b/docs/auth/index.md index 8d303c776d..ab04d3ed87 100644 --- a/docs/auth/index.md +++ b/docs/auth/index.md @@ -65,7 +65,7 @@ the local `auth.environment` setting will be selected. > and access to a Backstage Identity Token, which can be passed to backend > plugins. -Using an authentication provide for sign-in is something you need to configure +Using an authentication provider for sign-in is something you need to configure both in the frontend app, as well as the `auth` backend plugin. For information on how to configure the backend app, see [Sign-in Identities and Resolvers](./identity-resolver.md). The rest of this section will focus on how to configure sign-in for the frontend app.