Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3cdd766

Browse files
committed
support adfs provider
1 parent 00bac23 commit 3cdd766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializers/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ helper.getProviderId = function (provider, callback) {
12721272
if (provider.startsWith("ad") || provider.startsWith("auth0")) {
12731273
providerId = helper.socialProviders.ad;
12741274
}
1275-
if (provider.startsWith("samlp")) {
1275+
if (provider.startsWith("samlp") || provider.startsWith("adfs")) {
12761276
providerId = helper.socialProviders.samlp;
12771277
}
12781278
if (providerId) {

0 commit comments

Comments
 (0)