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

Commit e8a0d71

Browse files
committed
fix social provider id
1 parent d6c922d commit e8a0d71

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

initializers/.dataAccess.js.swp

-28 KB
Binary file not shown.

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)