nextcloud/user_oidc

Support search by email

Closed this issue · 0 comments

It seems that the oidc backend does not support searching user by email, only by uid and displayName : https://github.com/nextcloud/user_oidc/blob/main/lib/Db/UserMapper.php#L75

I was using the saml backend who supports search by email : https://github.com/nextcloud/user_saml/blob/master/lib/UserBackend.php#L315

As result, I can't find user in admin section when I search them by email.

user_oidc version : 5.0.1