Merge pull request #6988 from hakamadare/hakamadare/azure-auth-typo-fix

fix(docs): typo `tenentId` in Azure auth provider doc
This commit is contained in:
Fredrik Adelöw
2021-08-28 00:06:39 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
typo fix `tenentId` in Azure auth provider docs
+1 -1
View File
@@ -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