Update tasty-poems-raise.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-03 12:51:15 +01:00
committed by GitHub
parent 0c8ba31d72
commit 8a687faa7b
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-auth-backend': minor
---
Added validation to TokenFactory.issueToken that ensure any sub claim given is a valid entityRef. This will affect any custom resolver functions given to auth providers.
**BREAKING**: The `TokenFactory.issueToken` used by custom sign-in resolvers now ensures that the sub claim given is a full entity reference of the format `<kind>:<namespace>/<name>`. Any existing custom sign-in resolver functions that do not supply a full entity reference must be updated.