diff --git a/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md b/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md index a95b276365..72b615ea33 100644 --- a/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md +++ b/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md @@ -182,9 +182,8 @@ Use the following `auth` configuration when running Backstage on AWS: auth: providers: awsalb: - development: - issuer: https://login.microsoftonline.com//v2.0 - region: + issuer: https://login.microsoftonline.com//v2.0 + region: ``` Replace `` with the value of `Directory (tenant) ID` of the AAD App and `` with the AWS region identifier where the ALB is deployed (for example: `eu-central-1`).