Merge pull request #21653 from backstage/djam/oauth2proxy-fix-b

fix: change provider id from oauth2ProxyProvider to oauth2Proxy
This commit is contained in:
Djam
2023-11-30 13:54:41 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch
---
Change provider id from `oauth2ProxyProvider` to `oauth2Proxy`
@@ -34,7 +34,7 @@ export const authModuleOauth2ProxyProvider = createBackendModule({
},
async init({ providers }) {
providers.registerProvider({
providerId: 'oauth2ProxyProvider',
providerId: 'oauth2Proxy',
factory: createProxyAuthProviderFactory({
authenticator: oauth2ProxyAuthenticator,
signInResolverFactories: {