From 4b1a4d8bbe8864306c1e339d9a59f0b0a90e07b7 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 10 Jan 2024 12:49:06 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Patrik Oldsberg --- docs/backend-system/building-backends/08-migrating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/backend-system/building-backends/08-migrating.md b/docs/backend-system/building-backends/08-migrating.md index ac54d6d3ef..2514f0925e 100644 --- a/docs/backend-system/building-backends/08-migrating.md +++ b/docs/backend-system/building-backends/08-migrating.md @@ -757,7 +757,7 @@ implementations that they represent, and being exported from there. ### The Auth Plugin -A basic installation of the auth plugin will look as follows. +A basic installation of the auth plugin with a microsoft provider will look as follows. ```ts title="packages/backend/src/index.ts" const backend = createBackend(); @@ -769,7 +769,7 @@ backend.add(import('@backstage/plugin-auth-backend-module-microsoft-provider')); An additional step you'll need to take is to add the resolvers to your configuration, here's an example: -```yaml title:"app-config.yaml +```yaml title:"app-config.yaml" auth: environment: development providers: