From 45819d266488dbd89251ef0e0091210651ecb601 Mon Sep 17 00:00:00 2001 From: Steve Huff Date: Fri, 27 Aug 2021 17:06:44 -0400 Subject: [PATCH 1/2] fix(docs): typo `tenentId` in Azure auth provider doc Signed-off-by: Steve Huff --- 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 b64f9b1902..52f463bab4 100644 --- a/docs/auth/microsoft/provider.md +++ b/docs/auth/microsoft/provider.md @@ -44,7 +44,7 @@ The Microsoft provider is a structure with three configuration keys: - `clientId`: Application (client) ID, found on App Registration > Overview - `clientSecret`: Secret, found on App Registration > Certificates & secrets -- `tenentId`: Directory (tenant) ID, found on App Registration > Overview +- `tenantId`: Directory (tenant) ID, found on App Registration > Overview ## Adding the provider to the Backstage frontend From 31892ee255f529eedf8756d9e095e8e23d0a7b57 Mon Sep 17 00:00:00 2001 From: Steve Huff Date: Fri, 27 Aug 2021 17:18:05 -0400 Subject: [PATCH 2/2] fix(changeset): adding changeset Signed-off-by: Steve Huff --- .changeset/serious-maps-try.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/serious-maps-try.md diff --git a/.changeset/serious-maps-try.md b/.changeset/serious-maps-try.md new file mode 100644 index 0000000000..78e953dfd6 --- /dev/null +++ b/.changeset/serious-maps-try.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +typo fix `tenentId` in Azure auth provider docs