From cdd58f35473d0d9aac3671f2dedc62d77b5e0ce9 Mon Sep 17 00:00:00 2001 From: Marco Crivellaro Date: Mon, 28 Mar 2022 15:37:11 +0000 Subject: [PATCH] awsalb auth doesn't support authEnv Signed-off-by: Marco Crivellaro --- contrib/docs/tutorials/aws-alb-aad-oidc-auth.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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`).