You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should respect the local configuration, so that the provider is disabled (enabled === false) then we should go with that. Else default to enabled = true.
The text was updated successfully, but these errors were encountered:
Currently all social providers are enabled by default and it's not possible to disable them by local configuration.
I.e: https://github.com/stormpath/stormpath-node-config/blob/master/lib/strategy/EnrichIntegrationFromRemoteConfigStrategy.js#L100
We should respect the local configuration, so that the provider is disabled (
enabled === false
) then we should go with that. Else default toenabled = true
.The text was updated successfully, but these errors were encountered: