auth-backend: fix OAuthAdapter scope store, only storing on success

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-01 18:40:51 +01:00
parent bde492e45b
commit 9d75a939b6
5 changed files with 141 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixed a bug where providers that tracked the granted scopes through a cookie would not take failed authentication attempts into account.