Skip to content
Snippets Groups Projects
Commit ed0978eb authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Issue #3138026: Fix validation on Salesforce Authorization Config form

parent 66b1c86b
Branches
Tags
No related merge requests found
...@@ -144,6 +144,8 @@ class SalesforceJWTPlugin extends SalesforceAuthProviderPluginBase { ...@@ -144,6 +144,8 @@ class SalesforceJWTPlugin extends SalesforceAuthProviderPluginBase {
return; return;
} }
$this->setConfiguration($form_state->getValue('provider_settings')); $this->setConfiguration($form_state->getValue('provider_settings'));
// Force new credentials from form input, rather than storage.
unset($this->credentials);
try { try {
// Bootstrap here by setting ID to provide a key to token storage. // Bootstrap here by setting ID to provide a key to token storage.
$this->id = $form_state->getValue('id'); $this->id = $form_state->getValue('id');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment