From 92fd3d4d3eddecd55b2094162124c84bf0ac6ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 16 Apr 2024 11:25:57 +0200 Subject: [PATCH] fix wrong references to the backend to backend auth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/auth/service-to-service-auth--old.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/service-to-service-auth--old.md b/docs/auth/service-to-service-auth--old.md index 7cd5cf4ca0..8341d69341 100644 --- a/docs/auth/service-to-service-auth--old.md +++ b/docs/auth/service-to-service-auth--old.md @@ -1,5 +1,5 @@ --- -id: service-to-service-auth +id: service-to-service-auth--old title: Service to Service Auth # prettier-ignore description: This section describes how to use service to service authentication, both internally within Backstage plugins and towards external services.