From 56f81b588e6335deb1bcc086b488b0e0ab39dd30 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 10 Apr 2024 12:11:11 +0200 Subject: [PATCH] backend-app-api: error message changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/sixty-impalas-admire.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sixty-impalas-admire.md diff --git a/.changeset/sixty-impalas-admire.md b/.changeset/sixty-impalas-admire.md new file mode 100644 index 0000000000..5d8e9055b5 --- /dev/null +++ b/.changeset/sixty-impalas-admire.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': patch +--- + +Improved error message thrown by `AuthService` when requesting a token for plugins that don't support the new authentication tokens.