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

Commit 2caba04

Browse files
authored
Merge pull request #509 from appirio-tech/fix_ssocial_provider_id
Fix social provider
2 parents d6c922d + e8a0d71 commit 2caba04

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy