Merge pull request #8526 from backstage/rugvip/auth-compat

auth-backend: fix identity fallback to populate userEntityRef correctly
This commit is contained in:
Patrik Oldsberg
2021-12-17 15:14:35 +01:00
committed by GitHub
3 changed files with 106 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixed the fallback identity population to correctly generate an entity reference for `userEntityRef` if no token is provided.