From 1a20b12c7de2346594e6307f52faee9c9e316838 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Fri, 5 Apr 2024 14:47:48 +0200 Subject: [PATCH] docs: add changeset file Signed-off-by: Camila Belo Co-authored-by: Patrik Oldsberg Co-authored-by: Vincenzo Scamporlino --- .changeset/happy-suns-pay.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/happy-suns-pay.md diff --git a/.changeset/happy-suns-pay.md b/.changeset/happy-suns-pay.md new file mode 100644 index 0000000000..008d9c0412 --- /dev/null +++ b/.changeset/happy-suns-pay.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': patch +--- + +Make the auth service create and validate dedicated OBO tokens, containing the user identity proof.