fix: change provider id from oauth2ProxyProvider to oauth2Proxy

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2023-11-30 12:56:23 +01:00
parent e84ad774c6
commit 510dab47dc
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: {