Bug #25299
closedUser management 'providers' column is still missing when there are multiple values
Description
After starting Rudder with the auth-backends plugin to create OIDC users (properties rudder.auth.provider=oidc,file
and the configuration for OIDC), in the user management interface the 'providers' column allows to differentiate users provided by OIDC or file, or both.
But when disabling OIDC (properties rudder.auth.provider=file
), all users provided by OIDC are still listed in the user management interface, and the 'providers' column is missing. We have to open the user detail to know that they are managed by OIDC, and there is no explicit warning that the user will not be able to log in.
When there are users with provider other than "file", the providers column should still be displayed. And we should add a warning for users that will not be able to log in because of their provider being not enabled in Rudder from the rudder.auth.provider
property.