Merge pull request #8396 from SDA-SE/feat/DOCKM-1134

feat: Add new authentication provider: OAuth2Proxy
This commit is contained in:
Fredrik Adelöw
2022-01-17 15:50:13 +01:00
committed by GitHub
26 changed files with 692 additions and 96 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-auth-backend': minor
---
Add new authentication provider to support the oauth2-proxy.
**BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
behavior of the `SignInResolver`.