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