You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use latest Matomo and LoginOIDC plugin connected to my Keycloak.
For new users logging in first time i wish to use the OIDC attribute preferred_username and so i entered this into the Userinfo ID field of the plugin configuration.
But new users coming from Keycloak are still registered with email address as username.
my OIDC Userinfo and Token attributes appear to be correct. Here is a userinfo example:
{
"sub": "********-ee02-4c0b-aa5b-############",
"email_verified": true,
"name": "Max Mustermann",
"groups": [
"offline_access",
"default-roles-xyz-123456",
"uma_authorization"
],
"preferred_username": "max.mustermann",
"given_name": "Max",
"locale": "de",
"family_name": "Mustermann",
"email": "[email protected]"
}```
Any hints on how to set this up correctly?
Thanks & best regards,
Peter
The text was updated successfully, but these errors were encountered:
Hey,
i use latest Matomo and LoginOIDC plugin connected to my Keycloak.
For new users logging in first time i wish to use the OIDC attribute preferred_username and so i entered this into the Userinfo ID field of the plugin configuration.
But new users coming from Keycloak are still registered with email address as username.
my OIDC Userinfo and Token attributes appear to be correct. Here is a userinfo example:
The text was updated successfully, but these errors were encountered: