xima-media / xima-oauth2-extended

Additional OAuth2 provider + on-the-fly user creation
https://www.xima.de/
3 stars 3 forks source link

Every login creates new entry in table tx_oauth2_feuser_provider_configuration #27

Open abvdveen opened 1 month ago

abvdveen commented 1 month ago

With every succesfull Azure login, a new entry is created in table tx_oauth2_feuser_provider_configuration. There should only be one for every user. See screenshots (db table and Typo3 BE fe_users table).

Scherm­afbeelding 2024-07-23 om 17 39 18 Scherm­afbeelding 2024-07-23 om 17 43 10
maikschneider commented 1 month ago

Hey @abvdveen, thanks for reaching out! I just tested with TYPO3 v12 and xima-oauth2-extended v2.0.3 - unfortunately I cannot reproduce. Which version of TYPO3, xima-oauth2-extended and waldhacker/typo3-oauth2-client are you using?

abvdveen commented 1 month ago

Hi @maikschneider, I use v2.0.3 also and v2.1.1 of waldhacker/typo3-oauth2-client. But I still use Typo3 11.5.38 on this particular site - so maybe that's causing the problem?