fix: change provider id from oauth2ProxyProvider to oauth2Proxy
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user