From e0aec213c467bc1a1b487c4c2a839d8ad4dfb400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 25 Feb 2022 13:16:28 +0100 Subject: [PATCH] small fix to the aws alb docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- contrib/docs/tutorials/aws-alb-aad-oidc-auth.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md b/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md index 6b1b8cb4e7..a95b276365 100644 --- a/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md +++ b/contrib/docs/tutorials/aws-alb-aad-oidc-auth.md @@ -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//v2.0 + 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 `` 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`). ## Conclusion