Skip to content
Snippets Groups Projects
Commit e8df4f3a authored by Brad Czerniak's avatar Brad Czerniak
Browse files

Issue #3255740 by ao5357: Update SalesforceAuthConfig.php to apply the...

Issue #3255740 by ao5357: Update SalesforceAuthConfig.php to apply the load-overrides provider settings tweak.
parent 4311b80c
No related branches found
No related tags found
1 merge request!85Issue #3255740: Allow overriding of auth provider settings.
......@@ -113,6 +113,11 @@ class SalesforceAuthConfig extends ConfigEntityBase implements EntityWithPluginC
* Provider settings.
*/
public function getProviderSettings() {
// Get config overrides.
$this->provider_settings = $this->authManager()
->getConfig($this->id())
->get('provider_settings');
return $this->provider_settings + ['id' => $this->id()];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment