Skip to content
Snippets Groups Projects

Issue #3255740: Allow overriding of auth provider settings.

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -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()];
}
Loading