Skip to content

Commit

Permalink
feat(saml): update saml strategy name
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: update saml strategy name
  • Loading branch information
kdhttps committed Nov 23, 2023
1 parent a9f2329 commit 7fc4ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7fc4ee2

Please sign in to comment.