Skip to content

Commit

Permalink
feat(passport): update passport-saml to @node-saml/passport-saml
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Nov 23, 2023
1 parent 950bc0b commit 2e598d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void setUpdate(boolean update) {
private String[] providerTypes = { "saml", "openid-client", "openidconnect-oxd", "oauth" };
private String[] mappings = { "apple", "facebook", "google", "dropbox", "github", "linkedin", "twitter",
"windowslive", "tumblr", "saml_basic_profile", "saml_ldap_profile", "oxd-default", "openid-client" };
private String[] strategies = { "passport-saml", "openid-client", "passport-oxd", "@nicokaiser/passport-apple",
private String[] strategies = { "@node-saml/passport-saml", "openid-client", "passport-oxd", "@nicokaiser/passport-apple",
"passport-dropbox-oauth2", "passport-facebook", "passport-github", "passport-google-oauth2",
"@sokratis/passport-linkedin-oauth2", "passport-tumblr", "passport-twitter", "passport-windowslive" };

Expand Down

0 comments on commit 2e598d0

Please sign in to comment.