fix(docs): typo tenentId in Azure auth provider doc

Signed-off-by: Steve Huff <shuff@vecna.org>
This commit is contained in:
Steve Huff
2021-08-27 17:06:44 -04:00
parent 2d0274b2d2
commit 45819d2664
+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