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 authored and yurem committed Nov 24, 2023
1 parent 29216ba commit 4021581
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 4021581

Please sign in to comment.