From 510dab47dc4706d99cfac1389211c44fd2e32b20 Mon Sep 17 00:00:00 2001 From: djamaile Date: Thu, 30 Nov 2023 12:56:23 +0100 Subject: [PATCH] fix: change provider id from oauth2ProxyProvider to oauth2Proxy Signed-off-by: djamaile --- .changeset/itchy-camels-cough.md | 5 +++++ .../auth-backend-module-oauth2-proxy-provider/src/module.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/itchy-camels-cough.md diff --git a/.changeset/itchy-camels-cough.md b/.changeset/itchy-camels-cough.md new file mode 100644 index 0000000000..2ec70c945c --- /dev/null +++ b/.changeset/itchy-camels-cough.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch +--- + +Change provider id from `oauth2ProxyProvider` to `oauth2Proxy` diff --git a/plugins/auth-backend-module-oauth2-proxy-provider/src/module.ts b/plugins/auth-backend-module-oauth2-proxy-provider/src/module.ts index 9ca6be4688..70ce506d73 100644 --- a/plugins/auth-backend-module-oauth2-proxy-provider/src/module.ts +++ b/plugins/auth-backend-module-oauth2-proxy-provider/src/module.ts @@ -34,7 +34,7 @@ export const authModuleOauth2ProxyProvider = createBackendModule({ }, async init({ providers }) { providers.registerProvider({ - providerId: 'oauth2ProxyProvider', + providerId: 'oauth2Proxy', factory: createProxyAuthProviderFactory({ authenticator: oauth2ProxyAuthenticator, signInResolverFactories: {