Option ‘Update e-mail address in user profile’ does not work

Created on 31 July 2024, about 2 months ago

The problem is that the value for the provider ID is generated incorrectly when the account is loaded.
The provider must always have the prefix ‘openid_copnnect’.

So we need to change this:

$account = $this->externalAuth->load($sub, $this->getPluginId());

to this:

$account = $this->externalAuth->load($sub, 'openid_connect.' . $this->getPluginId());
🐛 Bug report
Status

Needs review

Version

2.2

Component

Code

Created by

🇩🇪Germany mhdev90 Apolda

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024