Merge pull request #8397 from backstage/jhaals/oauth

auth-backend(fix): Add basicAuth option to OAuth provider
This commit is contained in:
Johan Haals
2021-12-08 11:34:32 +01:00
committed by GitHub
2 changed files with 17 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixes potential bug introduced in `0.4.10` which causes `OAuth2AuthProvider` to authenticate using credentials in both POST payload and headers.
This might break some stricter OAuth2 implementations so there is now a `includeBasicAuth` config option that can manually be set to `true` to enable this behavior.