small fix to the aws alb docs

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-25 13:16:28 +01:00
parent fb3dc9d407
commit e0aec213c4
@@ -182,12 +182,12 @@ Use the following `auth` configuration when running Backstage on AWS:
auth:
providers:
awsalb:
issuer:
issuer: https://login.microsoftonline.com/{TENANT_ID}/v2.0
region: { AWS_REGION }
development:
issuer: https://login.microsoftonline.com/<TENANT_ID>/v2.0
region: <AWS_REGION>
```
Replace `{TENANT_ID}` with the value of `Directory (tenant) ID` of the AAD App and `{AWS_REGION}` with the AWS region identifier where the ALB is deployed (for example: `eu-central-1`).
Replace `<TENANT_ID>` with the value of `Directory (tenant) ID` of the AAD App and `<AWS_REGION>` with the AWS region identifier where the ALB is deployed (for example: `eu-central-1`).
## Conclusion