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)