Merge pull request #8193 from backstage/mod/auth-responses

auth-backend: use more standardized error responses
This commit is contained in:
Patrik Oldsberg
2021-11-22 17:28:52 +01:00
committed by GitHub
4 changed files with 41 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Switched to using the standardized JSON error responses for all provider endpoints.