From 402158108a1e930e0734f64874f4e444c5cc327d Mon Sep 17 00:00:00 2001 From: kdhttps Date: Thu, 23 Nov 2023 16:02:37 +0530 Subject: [PATCH] feat(saml): update saml strategy name BREAKING-CHANGE: update saml strategy name --- server/providers.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/providers.js b/server/providers.js index bc51f123..923a293f 100644 --- a/server/providers.js +++ b/server/providers.js @@ -79,6 +79,8 @@ async function setupStrategy (provider) { } const providerOptions = provider.options + + // check saml strategy const isSaml = strategyModule === '@node-saml/passport-saml' const verify = getVerifyFunction(provider)