Skip to content
Snippets Groups Projects

Issue #3255740: Allow overriding of auth provider settings.

Open Nate Andersen requested to merge issue/salesforce-3255740:load-overrides into 5.0.x
2 files
+ 139
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -113,6 +113,10 @@ class SalesforceAuthConfig extends ConfigEntityBase implements EntityWithPluginC
@@ -113,6 +113,10 @@ class SalesforceAuthConfig extends ConfigEntityBase implements EntityWithPluginC
* Provider settings.
* Provider settings.
*/
*/
public function getProviderSettings() {
public function getProviderSettings() {
 
// Get config overrides.
 
$this->provider_settings = $this->authManager()
 
->getConfig($this->id())
 
->get('provider_settings');
return $this->provider_settings + ['id' => $this->id()];
return $this->provider_settings + ['id' => $this->id()];
}
}
Loading