dominik-th / matomo-plugin-LoginOIDC

external authentication services for matomo
https://plugins.matomo.org/LoginOIDC/
GNU General Public License v3.0
40 stars 29 forks source link

allow external user ID as username #75

Open nebulon42 opened 1 year ago

nebulon42 commented 1 year ago

This adds a setting to allow to use user IDs coming from the identity provider as Matomo username instead of the e-mail address. Keeps backwards compatibility because the setting defaults to the current behaviour. Once unticked it relies on the correct mapping of userinfo ID to populate the username.

fixes #65

tschoesi commented 8 months ago

@dominik-th Could this be merged?